Update .gitlab-ci.yml

This commit is contained in:
Johannes Theiner 2016-10-16 08:35:13 +00:00
parent d7181e436c
commit 0029b932e0
1 changed files with 5 additions and 2 deletions

View File

@ -1,5 +1,8 @@
image: maven:3-jdk-8
build:
script: "mvn clean package"
artifacts: name: "Commons" paths: - "target/*.jar"
script: "mvn clean package"
artifacts:
name: "Commons"
paths:
- "target/*.jar"