EpicVouchers/.gitlab-ci.yml
2019-04-11 07:04:17 +00:00

12 lines
184 B
YAML

stages:
- build
build:
stage: build
image: maven:3.3.9-jdk-8
script: "mvn clean package"
artifacts:
name: "EpicVouchers"
paths:
- "/builds/$CI_PROJECT_PATH/*.jar"