Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
399087c8
Commit
399087c8
authored
Aug 05, 2019
by
Marcel Amirault
Committed by
Achilleas Pipinellis
Aug 05, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix docs review-app stages in the pipeline
parent
ff76ca44
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
4 deletions
+3
-4
.gitlab-ci.yml
.gitlab-ci.yml
+0
-1
.gitlab/ci/docs.gitlab-ci.yml
.gitlab/ci/docs.gitlab-ci.yml
+3
-3
No files found.
.gitlab-ci.yml
View file @
399087c8
...
...
@@ -29,7 +29,6 @@ stages:
-
qa
-
post-test
-
pages
-
post-cleanup
include
:
-
local
:
.gitlab/ci/global.gitlab-ci.yml
...
...
.gitlab/ci/docs.gitlab-ci.yml
View file @
399087c8
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment