Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Rex Dri
Rex Dri
Commits
955238be
Commit
955238be
authored
Feb 08, 2019
by
Florent Chehab
Browse files
Fixed documentation pipeline job
parent
96626cfc
Pipeline
#34790
passed with stages
in 3 minutes and 23 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
955238be
stages
:
-
test
-
linting
-
doc
-
doc
umentation
-
deploy
variables
:
...
...
@@ -21,7 +21,7 @@ testing:
-
make test_backend_server
artifacts
:
paths
:
-
htmlcov/
-
backend/
htmlcov/
expire_in
:
1 month
tags
:
-
docker
...
...
@@ -44,13 +44,13 @@ eslint:
-
docker
pages
:
stage
:
doc
stage
:
doc
umentation
image
:
floawfloaw/plantuml
dependencies
:
-
testing
script
:
-
mkdir .public
-
mv htmlcov/ .public/coverage
-
mv
backend/
htmlcov/ .public/coverage
-
make documentation
-
mv documentation/ .public/documentation
-
mv .public public
...
...
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