mirror of
https://github.com/songoda/FabledSkyBlock.git
synced 2024-11-02 16:49:55 +01:00
12 lines
259 B
YAML
12 lines
259 B
YAML
stages:
|
|
- build
|
|
|
|
build:
|
|
stage: build
|
|
image: maven:3.3.9-jdk-8
|
|
script: "mvn clean package"
|
|
artifacts:
|
|
name: "Skyblock"
|
|
paths:
|
|
- "/builds/Songoda/Skyblock/target/*.jar"
|
|
# - "/builds/Songoda/EpicAnchors/Read_this_before_your_first_use.txt" |