mirror of
https://github.com/songoda/EpicVouchers.git
synced 2025-02-01 20:31:29 +01:00
12 lines
195 B
YAML
12 lines
195 B
YAML
stages:
|
|
- build
|
|
|
|
build:
|
|
stage: build
|
|
image: maven:3.3.9-jdk-8
|
|
script: "mvn clean package"
|
|
artifacts:
|
|
name: "EpicVouchers"
|
|
paths:
|
|
- "/builds/Songoda/EpicVouchers/target/*.jar"
|