Skip to content

Commit e5ba2f8

Browse files
committed
Removing reference to SKIP_DEPLOY_TERRAFORM
1 parent 68fe6ae commit e5ba2f8

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -117,9 +117,6 @@ Run BitOps with the environmental variable `TERRAFORM_APPLY` set to `true` or se
117117
## Additional Environment Variable Configuration
118118
Although not captured in `bitops.config.yml`, the following environment variables can be set to further customize behaviour. Set the value of the environental variable to `true` to use
119119

120-
-------------------
121-
### SKIP_DEPLOY_TERRAFORM
122-
Will skill all terraform executions. This superseeds all other configuration
123120

124121
-------------------
125122
### TERRAFORM_APPLY

deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export TERRAFORM_ROOT_OPERATIONS="$BITOPS_OPSREPO_ENVIRONMENT_DIR"
1010
export BITOPS_SCHEMA_ENV_FILE="$TERRAFORM_ROOT_OPERATIONS/ENV_FILE"
1111
export SCRIPTS_DIR="$TERRAFORM_ROOT_SCRIPTS/scripts"
1212

13-
if [ "$SKIP_DEPLOY_TERRAFORM" == "true" ] || [ "$TERRAFORM_SKIP_DEPLOY" == "true" ]; then
13+
if [ "$TERRAFORM_SKIP_DEPLOY" == "true" ]; then
1414
echo "TERRAFORM_SKIP_DEPLOY is set. Skipping."
1515
exit 0
1616
fi

0 commit comments

Comments
 (0)