mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 10:57:55 +01:00
retry until found
This commit is contained in:
parent
932b60a01d
commit
1fd8767afe
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build-and-test.yml
vendored
2
.github/workflows/build-and-test.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue