Skip to content

Commit ae94a2c

Browse files
authored
Merge pull request #90 from oneapi-src/update_list_aitools
Update list aitools
2 parents 7f1d3b6 + 49853ce commit ae94a2c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/list_components.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
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:

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+
rmdir /s /q webimage_extracted
1415
exit /b %installer_exit_code%

0 commit comments

Comments
 (0)