File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 7878 with :
7979 python-version : ' 3.x'
8080 - name : Intel® AI Tools Toolkit
81- run : scripts/list_components_linux_aitools.sh $LINUX_AIKIT_URL doc/source/${{ github.workflow }}/${{ github.job }}_aitools .txt
81+ run : scripts/list_components_linux_aitools.sh $LINUX_AIKIT_URL doc/source/${{ github.workflow }}/${{ github.job }}_aikit .txt
8282 - name : Upload artifacts
8383 uses : actions/upload-artifact@v2
8484 with :
Original file line number Diff line number Diff line change @@ -17,7 +17,6 @@ sudo rm -rf "$AGENT_TOOLSDIRECTORY"
1717rm -rf webimage.sh
1818source " $HOME " /work/oneapi-ci/oneapi-ci/webimage_extracted/bin/activate base
1919installer_exit_code=$?
20- conda env list > " $FILENAME "
21- cat " $FILENAME "
20+ conda env list | tee " $FILENAME "
2221sudo rm -rf webimage_extracted
2322exit $installer_exit_code
Original file line number Diff line number Diff line change @@ -11,4 +11,5 @@ del webimage.exe
1111webimage_extracted\bootstrapper.exe --list-components > %FILENAME%
1212set installer_exit_code = %ERRORLEVEL%
1313type %FILENAME%
14+ rmdir /s /q webimage_extracted
1415exit /b %installer_exit_code%
You can’t perform that action at this time.
0 commit comments