Merged in bugfix/pipelineindenting (pull request #190)

Bugfix/pipelineindenting

Approved-by: Umang Mistry
This commit is contained in:
Michael McGuinness
2024-09-24 16:42:38 +00:00
+10 -9
View File
@@ -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