test(ocpp-server): add RepeatTimer class to allow to emit OCPP messages on a regular
[e-mobility-charging-stations-simulator.git] / docker / buildspec.yml
index de5f0303b8d0ce8f53047335dda6fe66a29514d3..9a4c6acb8de7ec03ea6608a70a13549ea70b0b3a 100644 (file)
@@ -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