Removed manual trigger

This commit is contained in:
Umang Mistry
2024-02-12 12:24:23 -06:00
parent eb7204d20d
commit 72fdec1711
+4 -4
View File
@@ -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