From a0dac746511a43c22987530ebd9fc4ee36fff9b0 Mon Sep 17 00:00:00 2001 From: Jesus Hector Robles Gutierrez Date: Fri, 5 Apr 2024 15:41:10 -0700 Subject: [PATCH 1/3] Update docs fixes Signed-off-by: Jesus Hector Robles Gutierrez --- scripts/list_components_linux_aitools.sh | 3 +-- scripts/list_components_windows.bat | 1 + 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/list_components_linux_aitools.sh b/scripts/list_components_linux_aitools.sh index 53cdc5fa..9211bbde 100755 --- a/scripts/list_components_linux_aitools.sh +++ b/scripts/list_components_linux_aitools.sh @@ -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 diff --git a/scripts/list_components_windows.bat b/scripts/list_components_windows.bat index ab5f8a0c..b29528d1 100644 --- a/scripts/list_components_windows.bat +++ b/scripts/list_components_windows.bat @@ -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% From 182d4b92366253b1628137b0a14b837abdc9387c Mon Sep 17 00:00:00 2001 From: Jesus Hector Robles Gutierrez Date: Fri, 5 Apr 2024 15:50:00 -0700 Subject: [PATCH 2/3] Change command Signed-off-by: Jesus Hector Robles Gutierrez --- scripts/list_components_windows.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/list_components_windows.bat b/scripts/list_components_windows.bat index b29528d1..1e73d8a4 100644 --- a/scripts/list_components_windows.bat +++ b/scripts/list_components_windows.bat @@ -11,5 +11,5 @@ del webimage.exe webimage_extracted\bootstrapper.exe --list-components > %FILENAME% set installer_exit_code=%ERRORLEVEL% type %FILENAME% -del webimage_extracted +rmdir /s /q webimage_extracted exit /b %installer_exit_code% From 49853ce6b55d391259dd463ef49bff27c8bf8b9a Mon Sep 17 00:00:00 2001 From: Jesus Hector Robles Gutierrez Date: Fri, 5 Apr 2024 16:15:16 -0700 Subject: [PATCH 3/3] modify aitools filename Signed-off-by: Jesus Hector Robles Gutierrez --- .github/workflows/list_components.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/list_components.yml b/.github/workflows/list_components.yml index 399b6fa7..097a2804 100644 --- a/.github/workflows/list_components.yml +++ b/.github/workflows/list_components.yml @@ -78,7 +78,7 @@ jobs: with: python-version: '3.x' - name: IntelĀ® AI Tools Toolkit - run: scripts/list_components_linux_aitools.sh $LINUX_AIKIT_URL doc/source/${{ github.workflow }}/${{ github.job }}_aitools.txt + run: scripts/list_components_linux_aitools.sh $LINUX_AIKIT_URL doc/source/${{ github.workflow }}/${{ github.job }}_aikit.txt - name: Upload artifacts uses: actions/upload-artifact@v2 with: