Merge pull request #4999 from thaJeztah/retry_fedora
ci/gha/fedora: retry vagrant up
This commit is contained in:
commit
e178af2d36
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