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:
build-p2:
stage: build
tags:
- docker # use
- docker
image: maven:3.6.3-adoptopenjdk-15
script:
- mvn --version
- mvn clean install
when: manual
only:
- master
artifacts:
paths:
- 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