Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-06-22 09:08:52 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2022-06-22 09:08:52 +0300
commit57b795ee00fbe7a17fa0ad2eb21987eab5fc4aa4 (patch)
treed88fdfb3b26c0309d4bc0331b4fdab41e2c886dc /lib/gitlab/ci/templates
parent0c924987e1d6f0453eea407e227efd2122b760fd (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'lib/gitlab/ci/templates')
-rw-r--r--lib/gitlab/ci/templates/Jobs/Deploy/ECS.gitlab-ci.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/gitlab/ci/templates/Jobs/Deploy/ECS.gitlab-ci.yml b/lib/gitlab/ci/templates/Jobs/Deploy/ECS.gitlab-ci.yml
index 9bb2ba69d84..c2d31fd9669 100644
--- a/lib/gitlab/ci/templates/Jobs/Deploy/ECS.gitlab-ci.yml
+++ b/lib/gitlab/ci/templates/Jobs/Deploy/ECS.gitlab-ci.yml
@@ -20,6 +20,11 @@
.review_ecs_base:
stage: review
extends: .deploy_to_ecs
+ after_script:
+ - echo "http://$(ecs get-task-hostname)" > environment_url.txt
+ artifacts:
+ paths:
+ - environment_url.txt
.production_ecs_base:
stage: production