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

View File

@@ -363,7 +363,9 @@ jobs:
steps:
- uses: actions/checkout@v2
- run: vagrant up
- run: |
# Retry if it fails (download.fedoraproject.org returns 404 sometimes)
vagrant up || vagrant up
- name: Integration
env: