Skip to content

Commit 0c6ea1f

Browse files
committed
release update
1 parent e3247f2 commit 0c6ea1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure/templates/deploy-service.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ steps:
217217
make --no-print-directory -C $(UTILS_DIR)/ansible deploy-ecs-proxies-retag
218218
219219
displayName: Retag ECS image
220-
condition: and(succeeded(), ne(variables['DEPLOY_ROLE'], ''), eq('${{ parameters.pr_label }}', 'false'))
220+
condition: and(succeeded(), ne(variables['DEPLOY_ROLE'], ''))
221221
222222
- template: ../components/aws-assume-role.yml
223223
parameters:

0 commit comments

Comments
 (0)