mirror of
https://github.com/songoda/UltimateKits.git
synced 2024-11-02 16:49:34 +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: "UltimateKits"
|
||
|
paths:
|
||
|
- "/builds/Songoda/UltimateKits/target/*.jar"
|