Merged in feature/DOC-535-fix-wrong-image (pull request #145)

[DOC-535] fix wrong image for snowsql
This commit is contained in:
Grzegorz Huber
2024-06-26 09:37:48 +00:00
+3 -3
View File
@@ -121,7 +121,7 @@ pipelines:
- airflow/dags/*
- step:
name: Apply textract-pipeline on DEV
image: hugree/bitbucket-aws-python38-tf154:latest
image: hugree/terraform-with-snowsql:latest
oidc: true
script:
- *aws-context-dev
@@ -149,7 +149,7 @@ pipelines:
UAT:
- step:
name: Apply textract-pipeline on UAT
image: hugree/bitbucket-aws-python38-tf154:latest
image: hugree/terraform-with-snowsql:latest
oidc: true
script:
- *aws-context-uat
@@ -231,7 +231,7 @@ pipelines:
- BB_PIPELINE_BRANCH="DEV" python terraform.py plan --environment=dev --module=streamlit-server
- step:
name: Plan textract-pipeline on DEV
image: hugree/bitbucket-aws-python38-tf154:latest
image: hugree/terraform-with-snowsql:latest
oidc: true
script:
- *aws-context-dev