Commons/.gitlab-ci.yml

8 lines
183 B
YAML
Raw Normal View History

2016-10-16 10:33:47 +02:00
image: maven:3-jdk-8
build:
2017-04-14 11:02:35 +02:00
script: "mvn clean install deploy site:deploy --settings .gitlab/settings.xml"
2016-10-16 10:35:13 +02:00
artifacts:
name: "Commons"
paths:
- "target/*.jar"