Skip to content

Commit

Permalink
Download rootfs tar from feed
Browse files Browse the repository at this point in the history
Signed-off-by: Jie Chen <[email protected]>
  • Loading branch information
Jie Chen committed Jan 16, 2025
1 parent 3b04c8a commit 1a96b9f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,19 +33,19 @@ jobs:
inlineScript: |
az extension add --name azure-devops
export DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=1
az artifacts universal download --organization "https://msazure.visualstudio.com/" --project "ContainerPlatform" --scope project --feed "ContainerPlat-Dev" --name "azurelinux-uvm" --version "0.0.7" --path .
az artifacts universal download --organization "https://msazure.visualstudio.com/" --project "ContainerPlatform" --scope project --feed "ContainerPlat-Dev" --name "azurelinux-uvm" --version "0.0.13" --path .
- name: Show packages
run: find . -maxdepth 8 -ls

- name: Tar files to preserve file permissions
run: tar -cvf linux_bootfiles.tar ./LinuxBootFiles/
run: tar -cvf linux_boot_files.tar ./rootfs-*.tar.gz ./LinuxBootFiles/

- name: Upload Linux boot files to artifact
uses: actions/upload-artifact@v4
with:
name: linux_bootfiles.tar
path: ./LinuxBootFiles/
name: linux_boot_files
path: linux_boot_files.tar
if-no-files-found: error
overwrite: true
retention-days: 1
Expand Down Expand Up @@ -391,7 +391,7 @@ jobs:
- name: Download boot files from artifact
uses: actions/download-artifact@v4
with:
name: linux_bootfiles.tar
name: linux_boot_files
path: ${{ env.LINUX_BOOT_FILES_PATH }}

- name: Display downloaded Linux boot files
Expand Down

0 comments on commit 1a96b9f

Please sign in to comment.