Skip to content

Commit

Permalink
fix: retry with -eu was suspect in retrospect (#2110)
Browse files Browse the repository at this point in the history
  • Loading branch information
ludamad authored Sep 8, 2023
1 parent 750a757 commit 7265c2a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build-system/scripts/retry
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
set -eu
ATTEMPTS=3
# Retries up to 3 times with 10 second intervals
for i in $(seq 1 $ATTEMPTS); do
Expand Down

0 comments on commit 7265c2a

Please sign in to comment.