Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
PeerfactSim.KOM
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Simonstrator
PeerfactSim.KOM
Commits
91853967
Commit
91853967
authored
6 years ago
by
Björn Richerzhagen
Browse files
Options
Downloads
Patches
Plain Diff
No longer try to auto-deploy to maven
parent
2169451d
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+0
-11
0 additions, 11 deletions
.gitlab-ci.yml
with
0 additions
and
11 deletions
.gitlab-ci.yml
+
0
−
11
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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment