[DOC-535] fix wrong image for snowsql

This commit is contained in:
Grzegorz Huber
2024-06-26 11:37:05 +02:00
parent 83ddf9792c
commit 0559b23998
+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