1
0
Fork 0
mirror of https://github.com/JasonN3/build-container-installer.git synced 2025-12-25 19:07:54 +01:00

retry until found

This commit is contained in:
Jason N. 2024-02-28 17:53:23 -05:00
parent 932b60a01d
commit 1fd8767afe

View file

@ -162,7 +162,7 @@ jobs:
- name: Add anaconda.ks to ISO
run: |
wget ${{ needs.build-and-push-iso.outputs.artifact_url }}
wget --retry-on-http-error=404 ${{ needs.build-and-push-iso.outputs.artifact_url }}
ls
unzip *.zip
cat << EOF > ks.cfg