mirror of
https://github.com/Ste3et/furniture.git
synced 2024-11-22 10:36:12 +01:00
15 lines
175 B
YAML
15 lines
175 B
YAML
image: maven:3-jdk-8
|
|
|
|
stages:
|
|
- build
|
|
- tag
|
|
|
|
DiceFurniture:
|
|
stage: build
|
|
script:
|
|
- mvn clean package
|
|
artifacts:
|
|
paths:
|
|
- target/*.jar
|
|
only:
|
|
- master |