Skip to content

Commit

Permalink
Retrying docker
Browse files Browse the repository at this point in the history
  • Loading branch information
awawa-dev committed Feb 9, 2025
1 parent a9b5161 commit 90f38b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/push-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
- name: Wake-up docker
if: matrix.runner == 'ubuntu-24.04-arm'
run: |
sudo systemctl start docker
(sudo systemctl start docker) || (echo "Retrying docker" && sleep 5 && sudo systemctl start docker)
# checkout
- uses: actions/checkout@v4.2.2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/upload-to-github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
- name: Wake-up docker
if: matrix.runner == 'ubuntu-24.04-arm'
run: |
sudo systemctl start docker
(sudo systemctl start docker) || (echo "Retrying docker" && sleep 5 && sudo systemctl start docker)
# checkout
- uses: actions/checkout@v4.2.2
Expand Down

0 comments on commit 90f38b1

Please sign in to comment.