mirror of
https://github.com/songoda/UltimateRepairing.git
synced 2024-11-01 08:20:43 +01:00
13 lines
267 B
YAML
13 lines
267 B
YAML
stages:
|
|
- build
|
|
|
|
build:
|
|
stage: build
|
|
image: maven:3.3.9-jdk-8
|
|
script: "mvn clean package"
|
|
artifacts:
|
|
name: "UltimateRepairing"
|
|
paths:
|
|
- "/builds/$CI_PROJECT_PATH/*.jar"
|
|
- "/builds/Songoda/UltimateRepairing/Read_this_before_your_first_use.txt"
|