From 413fa0dd8359fc4efa2a14750937473ec3eb8400 Mon Sep 17 00:00:00 2001 From: Grzegorz Huber Date: Wed, 26 Jun 2024 16:04:38 +0200 Subject: [PATCH] [DOC-595] test prod cicd --- bitbucket-pipelines.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index 6aab874..fb21918 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -227,6 +227,7 @@ pipelines: oidc: true script: - *aws-context-prod + - echo $AWS_ROLE_ARN | base64 - aws sts get-caller-identity --output text - pip install -r requirements.txt - BB_PIPELINE_BRANCH="DEV" python terraform.py plan --environment=prod --module=devops-pipeline/other-resources