X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docker%2Fbuildspec.yml;h=9a4c6acb8de7ec03ea6608a70a13549ea70b0b3a;hb=d64ea57bcb4fd9151a43b16ff4d4b5ed059ad1d7;hp=de5f0303b8d0ce8f53047335dda6fe66a29514d3;hpb=7dde0b73302613be132c41e1f28a42de555dc2b6;p=e-mobility-charging-stations-simulator.git diff --git a/docker/buildspec.yml b/docker/buildspec.yml index de5f0303..9a4c6acb 100644 --- a/docker/buildspec.yml +++ b/docker/buildspec.yml @@ -1,6 +1,6 @@ version: 0.2 parameter-store: - build_ssh_key: "/CodeBuild/emobility_build_ssh_key" + build_ssh_key: '/CodeBuild/emobility_build_ssh_key' phases: install: runtime-versions: @@ -31,6 +31,7 @@ phases: post_build: commands: - echo Build and push completed on `date` + - echo Writing image definitions file... - printf '[{"name":"%s","imageUri":"%s"}]' $ECS_CONTAINER_NAME $AWS_ACCOUNT_ID.dkr.ecr.$AWS_DEFAULT_REGION.amazonaws.com/$IMAGE_REPO_NAME:$IMAGE_TAG > imagedefinitions.json artifacts: files: imagedefinitions.json