mirror of
https://github.com/songoda/UltimateRepairing.git
synced 2024-11-29 22:13:47 +01:00
12 lines
191 B
YAML
12 lines
191 B
YAML
|
stages:
|
||
|
- build
|
||
|
|
||
|
build:
|
||
|
stage: build
|
||
|
image: maven:3.3.9-jdk-8
|
||
|
script: "mvn clean package"
|
||
|
artifacts:
|
||
|
name: "RepairPlus"
|
||
|
paths:
|
||
|
- "/builds/Songoda/RepairPlus/target/*.jar"
|