Skip to content

Commit a0dac74

Browse files
committed
Update docs fixes
Signed-off-by: Jesus Hector Robles Gutierrez <[email protected]>
1 parent 7f1d3b6 commit a0dac74

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scripts/list_components_linux_aitools.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ sudo rm -rf "$AGENT_TOOLSDIRECTORY"
1717
rm -rf webimage.sh
1818
source "$HOME"/work/oneapi-ci/oneapi-ci/webimage_extracted/bin/activate base
1919
installer_exit_code=$?
20-
conda env list > "$FILENAME"
21-
cat "$FILENAME"
20+
conda env list | tee "$FILENAME"
2221
sudo rm -rf webimage_extracted
2322
exit $installer_exit_code

scripts/list_components_windows.bat

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,5 @@ del webimage.exe
1111
webimage_extracted\bootstrapper.exe --list-components > %FILENAME%
1212
set installer_exit_code=%ERRORLEVEL%
1313
type %FILENAME%
14+
del webimage_extracted
1415
exit /b %installer_exit_code%

0 commit comments

Comments
 (0)