Skip to content

WIP: Add launch type warning message

Etienne Baqué requested to merge 208132-launch-type-warning into master

As mentioned in gitlab#208132 (closed), we adding a new environment variable which will set the chosen AWS deployment platform (eg. ECS, EC2): $CI_AWS_LAUNCH_TYPE

This MR adds a warning message when running ecs update-task-definition: by default, when $CI_AWS_LAUNCH_TYPE does not exist, the ECS platform is chosen. That said, should this variable be missing, a warning message will show up in the deployment job logs, asking the user to set up this environment variable anyway.

Edited by Etienne Baqué

Merge request reports