Compare commits
2 Commits
92084c3e1a
...
4d6ac7d9dd
| Author | SHA1 | Date | |
|---|---|---|---|
| 4d6ac7d9dd | |||
| 0a51dfc0e1 |
@@ -93,7 +93,7 @@ jobs:
|
||||
|
||||
for attempt in 1 2; do
|
||||
echo "Terraform destroy plan attempt $attempt/2"
|
||||
if timeout 20m bash -lc "$TF_PLAN_CMD"; then
|
||||
if timeout 20m sh -c "$TF_PLAN_CMD"; then
|
||||
exit 0
|
||||
fi
|
||||
if [ "$attempt" -eq 1 ]; then
|
||||
|
||||
Reference in New Issue
Block a user