File tree Expand file tree Collapse file tree 1 file changed +6
-8
lines changed
operations/_scripts/deploy Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -38,14 +38,7 @@ if [ "$STACK_DESTROY" == "true" ]; then
38
38
export BITOPS_ANSIBLE_SKIP_DEPLOY=" true"
39
39
fi
40
40
41
- if [[ " $GHA_TESTING " == " true" ]]; then
42
- echo " Quitting before BitOps invoke"
43
- exit 1
44
- fi
45
-
46
- set -x
47
-
48
- # Ansible Extra vars file to override the default StackStorm configuration
41
+ # 'st2_ansible_extra_vars_file' to override the default StackStorm configuration
49
42
if [[ -n $ST2_ANSIBLE_EXTRA_VARS_FILE ]]; then
50
43
if [[ ! -f $GITHUB_WORKSPACE /$ST2_ANSIBLE_EXTRA_VARS_FILE ]]; then
51
44
echo " Configuration error:"
@@ -58,6 +51,11 @@ if [[ -n $ST2_ANSIBLE_EXTRA_VARS_FILE ]]; then
58
51
export BITOPS_ANSIBLE_EXTRA_VARS=" @$( basename $ST2_ANSIBLE_EXTRA_VARS_FILE ) "
59
52
fi
60
53
54
+ if [[ " $GHA_TESTING " == " true" ]]; then
55
+ echo " Quitting before BitOps invoke"
56
+ exit 1
57
+ fi
58
+
61
59
# Bypass all the 'BITOPS_' ENV vars to docker
62
60
DOCKER_EXTRA_ARGS=" "
63
61
for i in $( env | grep BITOPS_) ; do
You can’t perform that action at this time.
0 commit comments