Skip to content

Commit

Permalink
Update docs fixes
Browse files Browse the repository at this point in the history
Signed-off-by: Jesus Hector Robles Gutierrez <[email protected]>
  • Loading branch information
hjroblesg committed Apr 5, 2024
1 parent 7f1d3b6 commit a0dac74
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/list_components_linux_aitools.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ sudo rm -rf "$AGENT_TOOLSDIRECTORY"
rm -rf webimage.sh
source "$HOME"/work/oneapi-ci/oneapi-ci/webimage_extracted/bin/activate base
installer_exit_code=$?
conda env list > "$FILENAME"
cat "$FILENAME"
conda env list | tee "$FILENAME"
sudo rm -rf webimage_extracted
exit $installer_exit_code
1 change: 1 addition & 0 deletions scripts/list_components_windows.bat
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@ del webimage.exe
webimage_extracted\bootstrapper.exe --list-components > %FILENAME%
set installer_exit_code=%ERRORLEVEL%
type %FILENAME%
del webimage_extracted
exit /b %installer_exit_code%

0 comments on commit a0dac74

Please sign in to comment.