Skip to content

Commit 9ba1c33

Browse files
committed
pause before checking TF to see if that exposes not enough hosts messages
1 parent 6d1908a commit 9ba1c33

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/stackhpc.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ jobs:
7272
. venv/bin/activate
7373
. environments/.stackhpc/activate
7474
cd $APPLIANCES_ENVIRONMENT_ROOT/terraform
75+
sleep 5
7576
TF_FAIL_MSGS="$(../../skeleton/\{\{cookiecutter.environment\}\}/terraform/getfaults.py $PWD)"
7677
echo TF failure messages: $TF_FAIL_MSGS
7778
echo "::set-output name=messages::${TF_FAIL_MSGS}"

0 commit comments

Comments
 (0)