Skip to content

Commit

Permalink
Merge pull request #2787 from kolyshkin/gha-fedora
Browse files Browse the repository at this point in the history
ci/gha/fedora: retry vagrant up
  • Loading branch information
Mrunal Patel authored Feb 4, 2021
2 parents c46eced + a9e99b6 commit 19437f3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,8 @@ jobs:
- name: prepare vagrant
run: |
ln -sf Vagrantfile.fedora33 Vagrantfile
vagrant up
# Retry if it fails (download.fedoraproject.org returns 404 sometimes)
vagrant up || vagrant up
vagrant ssh-config >> ~/.ssh/config
- name: system info
Expand Down

0 comments on commit 19437f3

Please sign in to comment.