mirror of
https://github.com/songoda/EpicVouchers.git
synced 2024-11-22 18:16:01 +01:00
12 lines
184 B
YAML
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"
|