Commit c962fd6f authored by Kai-Holger Brassel's avatar Kai-Holger Brassel
Browse files

Start pipeline only when committing to master

parent 789b3556
Pipeline #1664 passed with stages
in 52 seconds
...@@ -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/
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment