diff options
author | Rémy Coutable <remy@rymai.me> | 2019-07-30 17:33:00 +0200 |
---|---|---|
committer | Rémy Coutable <remy@rymai.me> | 2019-07-30 19:13:43 +0200 |
commit | 8f501a74bde199723e1f01121a9a56e01aacaf1c (patch) | |
tree | 2abca7d63488438a409eeb6ec3103b481a5fe602 /.gitlab | |
parent | ab509c78929d9b5f4e02d013e8911ac9d0a07aad (diff) | |
download | gitlab-ce-8f501a74bde199723e1f01121a9a56e01aacaf1c.tar.gz |
Remove the wait_for_review_app_to_be_accessible step from review-deploy65003-remove-wait_for_review_app_to_be_accessible-step
Signed-off-by: Rémy Coutable <remy@rymai.me>
Diffstat (limited to '.gitlab')
-rw-r--r-- | .gitlab/ci/review.gitlab-ci.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.gitlab/ci/review.gitlab-ci.yml b/.gitlab/ci/review.gitlab-ci.yml index 41d52c4e095..aa722f6ef33 100644 --- a/.gitlab/ci/review.gitlab-ci.yml +++ b/.gitlab/ci/review.gitlab-ci.yml @@ -101,8 +101,7 @@ schedule:review-build-cng: - install_tiller - install_external_dns - download_chart - - deploy || display_deployment_debug - - wait_for_review_app_to_be_accessible + - deploy || (display_deployment_debug && exit 1) - add_license artifacts: paths: [review_app_url.txt] |