diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index 038c076..3dbc0ae 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -292,4 +292,7 @@ pipelines: oidc: true script: - *aws-context-dev + - aws sts get-caller-identity --output text + - echo $AWS_ACCESS_KEY_ID + - echo $AWS_SECRET_ACCESS_KEY - bash snowsql-cicd.sh dev \ No newline at end of file