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 5eb804d commit 8725daaCopy full SHA for 8725daa
operations/_scripts/deploy/deploy.sh
@@ -43,6 +43,8 @@ if [[ "$GHA_TESTING" == "true" ]]; then
43
exit 1
44
fi
45
46
+set -x
47
+
48
# Ansible Extra vars file to override the default StackStorm configuration
49
if [[ -n $BITOPS_ANSIBLE_EXTRA_VARS_FILE ]]; then
50
if [[ ! -f $GITHUB_WORKSPACE/$BITOPS_ANSIBLE_EXTRA_VARS_FILE ]]; then
0 commit comments