Merge pull request #4999 from thaJeztah/retry_fedora

ci/gha/fedora: retry vagrant up
This commit is contained in:
Phil Estes 2021-02-04 14:11:36 -05:00 committed by GitHub
commit e178af2d36
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: