Skip to content

Commit b085449

Browse files
committed
Adds sleep for lock release
1 parent cb85251 commit b085449

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/utils.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,5 +76,6 @@ plan_terraform() {
7676
--volume github-provider:/app/src/github/.terraform \
7777
--volume heroku-provider:/app/src/heroku/.terraform \
7878
infrastructure:"$GITHUB_COMMIT_SHA" -chdir=src/"$dir" plan -input=false 2>&1
79+
sleep 2
7980
done
8081
}

0 commit comments

Comments
 (0)