Skip to content

Commit ed095d6

Browse files
committed
deploy service release base path
1 parent 4b3d7d1 commit ed095d6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

azure/templates/deploy-service.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,8 @@ steps:
212212
make --no-print-directory -C $(UTILS_DIR)/ansible deploy-ecs-proxies-retag
213213
214214
displayName: Retag ECS image
215-
condition: and(succeeded(), ne(variables['DEPLOY_ROLE'], ''), not(contains(${{ parameters.service_base_path }}, 'pr')))
215+
condition: and(succeeded(), ne(variables['DEPLOY_ROLE'], ''), not(contains('${{ parameters.service_base_path }}', '-pr-')))
216+
216217
217218
- template: ../components/aws-assume-role.yml
218219
parameters:

0 commit comments

Comments
 (0)