Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Rex Dri
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Julien Jerphanion
Rex Dri
Commits
955238be
Commit
955238be
authored
Feb 08, 2019
by
Florent Chehab
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed documentation pipeline job
parent
96626cfc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
.gitlab-ci.yml
.gitlab-ci.yml
+4
-4
No files found.
.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