Skip to content

Commit

Permalink
more cycles to test it works
Browse files Browse the repository at this point in the history
  • Loading branch information
max-rocket-internet committed Oct 22, 2024
1 parent 1780bcb commit 7511d3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/upload-old-versions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ while true; do
# sleep 5
count=$((count + 1))
echo "=================================================================================="
if [ "$count" -gt 3 ]; then
if [ "$count" -gt 10 ]; then
echo "done"
exit 0
fi
Expand Down

0 comments on commit 7511d3f

Please sign in to comment.