From 253fd89a18533dbac7fb3f17e4794d0314b4d6e9 Mon Sep 17 00:00:00 2001 From: ebosas Date: Tue, 9 Nov 2021 19:08:00 +0200 Subject: [PATCH] Test pipeline once more [BuildServer] --- deployments/pipeline-services.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deployments/pipeline-services.yml b/deployments/pipeline-services.yml index d95a786..6934a98 100644 --- a/deployments/pipeline-services.yml +++ b/deployments/pipeline-services.yml @@ -333,8 +333,8 @@ Resources: StackName: !Sub ${EnvironmentName}-ServerService TemplatePath: !Sub SourceCode::deployments/services-${DeploymentType}/server.yml Capabilities: CAPABILITY_IAM - # Fn::GetParam fails to retrieve ImageURI from imageDetail.json: - # "All parameters in file imageDetail.json should be string" + # Using a digest as an image identifier, bacause with the 'latest' + # tag cfn does not make any updates upon image change. ParameterOverrides: !Sub | { "EnvironmentName": "${EnvironmentName}",