Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
NeqModPlus
Indriya P2
Commits
c962fd6f
Commit
c962fd6f
authored
4 years ago
by
Kai-Holger Brassel
Browse files
Options
Download
Email Patches
Plain Diff
Start pipeline only when committing to master
parent
789b3556
Pipeline
#1664
passed with stages
in 52 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+3
-2
.gitlab-ci.yml
with
3 additions
and
2 deletions
+3
-2
.gitlab-ci.yml
+
3
-
2
View file @
c962fd6f
...
@@ -9,12 +9,13 @@ variables:
...
@@ -9,12 +9,13 @@ variables:
build-p2
:
build-p2
:
stage
:
build
stage
:
build
tags
:
tags
:
-
docker
# use
-
docker
image
:
maven:3.6.3-adoptopenjdk-15
image
:
maven:3.6.3-adoptopenjdk-15
script
:
script
:
-
mvn --version
-
mvn --version
-
mvn clean install
-
mvn clean install
when
:
manual
only
:
-
master
artifacts
:
artifacts
:
paths
:
paths
:
-
de.hft-stuttgart.indriya.p2site/target/repository/
-
de.hft-stuttgart.indriya.p2site/target/repository/
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets