File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -191,12 +191,6 @@ steps:
191191 displayName: Create ECS Prerequisites
192192 condition: and(succeeded(), eq(variables['deploy_containers'], 'true'))
193193
194- - template : ../components/aws-assume-role.yml
195- parameters :
196- role : " $(DEPLOY_ROLE)"
197- profile : " $(DEPLOY_ROLE)"
198- aws_account : " ${{ parameters.aws_account }}"
199-
200194 - bash : |
201195 set -e
202196
@@ -209,6 +203,12 @@ steps:
209203
210204 displayName: Retag ECS image
211205 condition: and(succeeded(), ne(variables['DEPLOY_ROLE'], ''))
206+
207+ - template : ../components/aws-assume-role.yml
208+ parameters :
209+ role : " $(DEPLOY_ROLE)"
210+ profile : " $(DEPLOY_ROLE)"
211+ aws_account : " ${{ parameters.aws_account }}"
212212
213213 - bash : |
214214 set -e
You can’t perform that action at this time.
0 commit comments