From 32e12286c7cb1427d23f97e9a367bb3f218e5c6c Mon Sep 17 00:00:00 2001 From: Grzegorz Huber Date: Fri, 28 Jun 2024 20:07:56 +0200 Subject: [PATCH] [DOC-595] test new secrets --- bitbucket-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index ab0f455..e8193c3 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -280,7 +280,7 @@ pipelines: script: - *aws-context-uat - pip install -r requirements.txt - - BB_PIPELINE_BRANCH="DEV" python terraform.py apply --environment=uat --module=textract-pipeline/terraform + - BB_PIPELINE_BRANCH="DEV" python terraform.py apply --environment=uat --module=textract-pipeline/terraform --apply-extra-args="-target=null_resource.snowsql_client_create" feature/DOC-536-smart-git-diff: