Update .gitlab-ci.yml

This commit is contained in:
Lars Dormans 2018-12-07 15:21:53 +00:00
parent 51f84fed30
commit 3570440fc0

View File

@ -1,5 +1,6 @@
stages:
- build
- pages
build:
stage: build
@ -10,3 +11,12 @@ build:
paths:
- "/builds/Songoda/Skyblock/target/*.jar"
# - "/builds/Songoda/EpicAnchors/Read_this_before_your_first_use.txt"
pages:
stage: pages
image: maven:3.3.9-jdk-8
script: "mvn install"
artifacts:
paths:
- public
only:
- master