Skip to content

Commit

Permalink
backport of commit 74d15e3
Browse files Browse the repository at this point in the history
  • Loading branch information
kubawi authored Jul 23, 2024
1 parent f7b0850 commit d9e9036
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/scripts/retry-command.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: BUSL-1.1
set -euo pipefail
set -uo pipefail

tries=5
count=0
Expand All @@ -14,5 +14,5 @@ do
fi
((count++))
echo "trying again, attempt $count"
sleep 2
sleep $count
done

0 comments on commit d9e9036

Please sign in to comment.