mirror of
https://github.com/songoda/UltimateTimber.git
synced 2024-11-05 10:09:45 +01:00
12 lines
199 B
YAML
12 lines
199 B
YAML
stages:
|
|
- build
|
|
|
|
build:
|
|
stage: build
|
|
image: maven:3.3.9-jdk-8
|
|
script: "mvn clean package"
|
|
artifacts:
|
|
name: "UltimateTimber"
|
|
paths:
|
|
- "/builds/Songoda/UltimateTimber/target/*.jar"
|