Commit 715f5de4 authored by Achilleas Pipinellis's avatar Achilleas Pipinellis

Merge branch 'review-app-stop' into 'master'

Fix docs review-app stages in the pipeline

See merge request gitlab-org/gitlab-ce!31464
parents ff76ca44 399087c8
......@@ -29,7 +29,6 @@ stages:
- qa
- post-test
- pages
- post-cleanup
include:
- local: .gitlab/ci/global.gitlab-ci.yml
......
......@@ -15,7 +15,7 @@ review-docs-deploy-manual:
extends:
- .review-docs
- .no-docs-and-no-qa
stage: build
stage: review
script:
- gem install gitlab --no-document
- ./$SCRIPT_NAME deploy
......@@ -28,7 +28,7 @@ review-docs-deploy-manual:
# Useful to preview the docs changes live.
review-docs-deploy:
<<: *review-docs
stage: post-test
stage: review
script:
- gem install gitlab --no-document
- ./$SCRIPT_NAME deploy
......@@ -41,7 +41,7 @@ review-docs-deploy:
# Cleanup remote environment of gitlab-docs
review-docs-cleanup:
<<: *review-docs
stage: post-cleanup
stage: review
environment:
name: review-docs/$CI_COMMIT_REF_SLUG
action: stop
......
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