From 5b0db7f6d506b09089ba2d9322c0b8bc3b51ce73 Mon Sep 17 00:00:00 2001 From: Jay Sharma Date: Wed, 2 Aug 2023 11:51:02 +0530 Subject: [PATCH] dev/qa commit --- bitbucket-pipelines.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index ca3a23fd..c94816fb 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -63,7 +63,8 @@ definitions: - source setenv.sh - fi - echo "This is for $ENV environment" - - ls -lrth && cd build/${ENV} + - ls -lrth && cd build/${ENV} + - curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip" && unzip awscliv2.zip && ./aws/install # - export DB_PASSWORD=$(aws ssm get-parameters --names $ENV-$BITBUCKET_REPO_SLUG --query "Parameters[*].{Value:Value}" --output text) # - export DB_PASSWORD=`echo -n "$DB_PASSWORD" | base64` && sed -i "/DB_PASSWORD/c\ DB_PASSWORD = $DB_PASSWORD" secrets.yaml - envsubst < deployment.tpl > deployment.yaml