Skip to content

Commit

Permalink
Fix online retry bug. v5.12.17
Browse files Browse the repository at this point in the history
  • Loading branch information
winlinvip committed Dec 18, 2023
1 parent 8b72bd5 commit 2c9245b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-online.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ jobs:
port: 22
timeout: 600s
script: |
for ((i=0; i<3; i++)); do
for ((i=0; i<10; i++)); do
apt-get update -y &&
apt-get install -y docker.io nginx unzip net-tools tree &&
echo "Install OK" && break
Expand Down

0 comments on commit 2c9245b

Please sign in to comment.