Skip to content

Commit

Permalink
Merge pull request #24 from bitops-plugins/enh/remove-bash-debugging
Browse files Browse the repository at this point in the history
Remove excessive -x bash debugging flag
  • Loading branch information
arm4b authored Feb 20, 2023
2 parents a36aa70 + 20de1ab commit 0deae23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash
# No set -e here because we want to get a non-zero exit code from terraform_plan.sh
set -ex
set -e

echo "Running Terraform Plugin deployment script..."

Expand Down

0 comments on commit 0deae23

Please sign in to comment.