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
geomultisens
gms-aux
Commits
235a4877
Commit
235a4877
authored
Aug 24, 2017
by
Daniel Eggert
Browse files
added coverage report deployment
parent
a5610f1e
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
235a4877
...
...
@@ -33,4 +33,17 @@ build_gms-aux:
artifacts
:
paths
:
-
usgs-api/target/coverage-reports/jacoco-ut
\ No newline at end of file
-
usgs-api/target/coverage-reports/jacoco-ut
pages
:
stage
:
deploy
dependencies
:
-
build_gms-aux
script
:
-
mv usgs-api/target/coverage-reports/jacoco-ut/ public/
artifacts
:
paths
:
-
public
expire_in
:
30 days
only
:
-
dev
\ No newline at end of file
Write
Preview
Supports
Markdown
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