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
GenDB3
lib.dbxref
Commits
de08dfb1
Commit
de08dfb1
authored
Apr 26, 2017
by
Lukas Jelonek
Browse files
Activate deploy to artifactory for every build
parent
46012ea0
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
de08dfb1
...
...
@@ -11,7 +11,7 @@ variables:
cache
:
paths
:
-
/root/.m2/repository/
# Validate merge requests using JDK8, e.g. check for compile errors
validate:jdk8:
stage
:
build
...
...
@@ -23,10 +23,8 @@ validate:jdk8:
verify:jdk8:
stage
:
test
script
:
-
'
mvn
$MAVEN_CLI_OPTS
verify
site'
except
:
-
master
-
'
mvn
$MAVEN_CLI_OPTS
deploy
site'
artifacts
:
paths
:
-
target/site
image
:
maven:3.3.9-jdk-8
\ No newline at end of file
image
:
maven:3.3.9-jdk-8
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