We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5f3415 commit 21424a5Copy full SHA for 21424a5
.github/workflows/stackhpc.yml
@@ -70,7 +70,9 @@ jobs:
70
. venv/bin/activate
71
. environments/${{ matrix.cloud }}/activate
72
cd $APPLIANCES_ENVIRONMENT_ROOT/terraform
73
- echo "::set-output name=messages::$(../../skeleton/\{\{cookiecutter.environment\}\}/terraform/getfaults.py $PWD)"
+ TF_FAIL_MSGS="$(../../skeleton/\{\{cookiecutter.environment\}\}/terraform/getfaults.py $PWD)"
74
+ echo $TF_FAIL_MSGS
75
+ echo "::set-output name=messages::${TF_FAIL_MSGS}"
76
env:
77
OS_CLOUD: openstack
78
TF_VAR_cluster_name: ci${{ github.run_id }}
0 commit comments