We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b9f116 commit 14696bbCopy full SHA for 14696bb
ansible/roles/deploy-ecs-proxies/templates/terraform/locals.tf
@@ -51,7 +51,7 @@ ecs_service = [
51
+ service_id + '_' + container.name
52
+ (
53
":ecs-" + build_label
54
- if use_ecs_tag and container.name == "cnary-api"
+ if use_ecs_tag and container.name == "canary-api"
55
else ":" + build_label
56
)
57
azure/templates/deploy-service.yml
@@ -243,9 +243,9 @@ steps:
243
244
245
if [[ "$SERVICE_BASE_PATH_FOR_CONDITION" == *"-pr-"* ]]; then
246
- export TF_VAR_use_ecs_tag=true
247
- else
248
export TF_VAR_use_ecs_tag=false
+ else
+ export TF_VAR_use_ecs_tag=true
249
fi
250
251
echo "DEBUG: TF_VAR_use_ecs_tag='${TF_VAR_use_ecs_tag}'"
0 commit comments