Commit 399087c8 authored by Marcel Amirault's avatar Marcel Amirault Committed by Achilleas Pipinellis

Fix docs review-app stages in the pipeline

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