Skip to content

Commit 8725daa

Browse files
committed
Debug the deployment
1 parent 5eb804d commit 8725daa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

operations/_scripts/deploy/deploy.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ if [[ "$GHA_TESTING" == "true" ]]; then
4343
exit 1
4444
fi
4545

46+
set -x
47+
4648
# Ansible Extra vars file to override the default StackStorm configuration
4749
if [[ -n $BITOPS_ANSIBLE_EXTRA_VARS_FILE ]]; then
4850
if [[ ! -f $GITHUB_WORKSPACE/$BITOPS_ANSIBLE_EXTRA_VARS_FILE ]]; then

0 commit comments

Comments
 (0)