ci/gha/fedora: retry vagrant up
download.fedoraproject.org gives HTTP 404 at times, breaking the CI. Let's give it another chance. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
ccde82da2b
commit
f101c8ac6c
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -363,7 +363,9 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
||||||
- run: vagrant up
|
- run: |
|
||||||
|
# Retry if it fails (download.fedoraproject.org returns 404 sometimes)
|
||||||
|
vagrant up || vagrant up
|
||||||
|
|
||||||
- name: Integration
|
- name: Integration
|
||||||
env:
|
env:
|
||||||
|
Loading…
Reference in New Issue
Block a user