Skip to content

Commit 006d784

Browse files
committed
additional condition for canary only
1 parent 14696bb commit 006d784

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
@@ -218,7 +218,7 @@ steps:
218218
make --no-print-directory -C $(UTILS_DIR)/ansible deploy-ecs-proxies-retag
219219
220220
displayName: Retag ECS image
221-
condition: and(succeeded(), ne(variables['DEPLOY_ROLE'], ''), not(contains(variables['SERVICE_BASE_PATH_FOR_CONDITION'], '-pr-')))
221+
condition: and(succeeded(), ne(variables['DEPLOY_ROLE'], ''), contains(variables['SERVICE_BASE_PATH_FOR_CONDITION'], 'canary'), not(contains(variables['SERVICE_BASE_PATH_FOR_CONDITION'], '-pr-')))
222222
223223
224224

0 commit comments

Comments
 (0)