EpicVouchers/.gitlab-ci.yml

12 lines
184 B
YAML
Raw Normal View History

2018-10-18 22:54:07 +02:00
stages:
- build
build:
stage: build
image: maven:3.3.9-jdk-8
script: "mvn clean package"
artifacts:
name: "EpicVouchers"
paths:
2019-04-11 09:04:17 +02:00
- "/builds/$CI_PROJECT_PATH/*.jar"