Commit f4918e07 authored by Etienne Baqué's avatar Etienne Baqué Committed by Stan Hu

Added deprecation note in old template

parent cd35f7bd
# This template is deprecated and will be removed as part of GitLab 13.2!
#
# If you have referenced this template in your CI pipeline, please
# update your CI configuration by replacing the following occurrence(s):
#
# template: Deploy-ECS.gitlab-ci.yml
#
# with
#
# template: AWS/Deploy-ECS.gitlab-ci.yml
#
# --------------------
#
# Documentation: https://docs.gitlab.com/ee/ci/cloud_deployment/#deploy-your-application-to-the-aws-elastic-container-service-ecs
stages: stages:
- build - build
- test - test
...@@ -5,6 +20,9 @@ stages: ...@@ -5,6 +20,9 @@ stages:
- deploy - deploy
- production - production
before_script:
- printf '\nWARNING!\nThis job includes "Deploy-ECS.gitlab-ci.yml". Please rename this to "AWS/Deploy-ECS.gitlab-ci.yml".\n'
variables: variables:
AUTO_DEVOPS_PLATFORM_TARGET: ECS AUTO_DEVOPS_PLATFORM_TARGET: ECS
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment