From 0559b239986f9f3606e528dcb7725bb645bc3af7 Mon Sep 17 00:00:00 2001 From: Grzegorz Huber Date: Wed, 26 Jun 2024 11:37:05 +0200 Subject: [PATCH] [DOC-535] fix wrong image for snowsql --- bitbucket-pipelines.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index f216093..e01bf18 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -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