Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Simonstrator
PeerfactSim.KOM
Commits
91853967
Commit
91853967
authored
May 07, 2018
by
Björn Richerzhagen
Browse files
No longer try to auto-deploy to maven
parent
2169451d
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
91853967
...
@@ -24,15 +24,4 @@ verify: &verify
...
@@ -24,15 +24,4 @@ verify: &verify
stage
:
test
stage
:
test
script
:
script
:
-
'
mvn
$MAVEN_CLI_OPTS
verify'
-
'
mvn
$MAVEN_CLI_OPTS
verify'
except
:
-
master
image
:
maven:3.3.9-jdk-8
# For `master` branch run `mvn deploy` automatically.
# Here you need to decide whether you want to use JDK7 or 8.
deploy
:
stage
:
deploy
script
:
-
'
mvn
$MAVEN_CLI_OPTS
deploy'
only
:
-
master
image
:
maven:3.3.9-jdk-8
image
:
maven:3.3.9-jdk-8
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