Skip to content

Commit 69050b7

Browse files
committed
Print current role
1 parent c6a2160 commit 69050b7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

azure/new_pipelines/aws-assume-role-new-int.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ steps:
1616
echo "##vso[task.setvariable variable=AWS_ACCOUNT_ID]${{ parameters.aws_account_id }}"
1717
displayName: get imms role name
1818
- bash: |
19+
aws sts get-caller-identity
20+
1921
set -e
2022
aws_role="$(ROLE)"
2123
echo "assume role: '${aws_role}'"

0 commit comments

Comments
 (0)