Skip to content

Commit 55e0a6a

Browse files
author
Taniya Mathur
committed
Add environment variable printing to GitLab CI integration tests
- Print AWS_CREDS_TARGET_ROLE, AWS_DEFAULT_REGION, and IDP_ACCOUNT_ID values - Helps debug which account and region the integration tests are targeting
1 parent 7980bb7 commit 55e0a6a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.gitlab-ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,9 @@ integration_tests:
9090
script:
9191
- aws --version
9292
- aws sts get-caller-identity --no-cli-pager
93+
- echo "AWS_CREDS_TARGET_ROLE=${AWS_CREDS_TARGET_ROLE}"
94+
- echo "AWS_DEFAULT_REGION=${AWS_DEFAULT_REGION}"
95+
- echo "IDP_ACCOUNT_ID=${IDP_ACCOUNT_ID}"
9396
- cd ./scripts/sdlc/idp-cli
9497
- poetry install
9598
- make put

0 commit comments

Comments
 (0)