diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index be80f60..7f054c2 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -68,13 +68,13 @@ definitions: includePaths: - airflow/dags/* - step: - image: hugree/terraform-with-snowsql:latest - name: Run Snowsql - oidc: true - script: - - *aws-context - - pip install -r requirements.txt - - IS_DEPLOY_ALL=true python terraform.py apply --environment=$ENVIRONMENT --module=textract-pipeline/terraform --apply-extra-args="-target=null_resource.snowsql_client_create" + image: hugree/terraform-with-snowsql:latest + name: Run Snowsql + oidc: true + script: + - *aws-context + - pip install -r requirements.txt + - IS_DEPLOY_ALL=true python terraform.py apply --environment=$ENVIRONMENT --module=textract-pipeline/terraform --apply-extra-args="-target=null_resource.snowsql_client_create" - step: name: Apply textract-pipeline image: hugree/terraform-with-snowsql:latest @@ -103,8 +103,9 @@ definitions: pipelines: branches: main: - - step: Build and Test - script: echo Build and test pipeline will go here + - step: + name: Build and Test + script: echo Build and test pipeline will go here - stage: *deployment name: deployment-dev deployment: development