Removed manual trigger
This commit is contained in:
@@ -6,8 +6,8 @@ definitions:
|
||||
script:
|
||||
- terraform --version
|
||||
# terraform steps here
|
||||
# trigger: automatic # uncomment after testing
|
||||
trigger: manual
|
||||
trigger: automatic # uncomment after testing
|
||||
# trigger: manual
|
||||
- step: &snowflake_deploy
|
||||
name: "Deploy Snowflake Changes"
|
||||
image: python:3.7
|
||||
@@ -21,8 +21,8 @@ definitions:
|
||||
- if [ "$BITBUCKET_BRANCH" == "UAT" ]; then export SNOWFLAKE_DATABASE=$UAT_SNOWFLAKE_DATABASE; fi
|
||||
- if [ "$BITBUCKET_BRANCH" == "PROD" ]; then export SNOWFLAKE_DATABASE=$PROD_SNOWFLAKE_DATABASE; fi
|
||||
- schemachange -a $SNOWFLAKE_ACCOUNT -u $SNOWFLAKE_USER -r $SNOWFLAKE_ROLE -w $SNOWFLAKE_WAREHOUSE -d $SNOWFLAKE_DATABASE -c $SNOWFLAKE_DATABASE.SCHEMACHANGE.CHANGE_HISTORY --create-change-history-table -v
|
||||
# trigger: automatic # uncomment after testing
|
||||
trigger: manual
|
||||
trigger: automatic # uncomment after testing
|
||||
# trigger: manual
|
||||
caches:
|
||||
- pip
|
||||
|
||||
|
||||
Reference in New Issue
Block a user