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 22c2513 commit 2fbedb6Copy full SHA for 2fbedb6
operations/_scripts/deploy/deploy.sh
@@ -41,8 +41,7 @@ fi
41
# 'st2_ansible_extra_vars_file' to override the default StackStorm configuration
42
if [[ -n $ST2_ANSIBLE_EXTRA_VARS_FILE ]]; then
43
if [[ ! -f $GITHUB_WORKSPACE/$ST2_ANSIBLE_EXTRA_VARS_FILE ]]; then
44
- echo "Configuration error:"
45
- echo "File '$ST2_ANSIBLE_EXTRA_VARS_FILE' set in 'st2_ansible_extra_vars_file' does not exist!"
+ echo "::error::File '$ST2_ANSIBLE_EXTRA_VARS_FILE' set in 'st2_ansible_extra_vars_file' does not exist!"
46
exit 1
47
fi
48
0 commit comments