Update .gitlab-ci.yml

This commit is contained in:
Lars Dormans 2018-12-10 01:29:17 +00:00
parent f74746b27f
commit d1957d14da

View File

@ -1,6 +1,5 @@
stages:
- build
- pages
build:
stage: build
@ -10,13 +9,4 @@ build:
name: "Skyblock"
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
# - "/builds/Songoda/EpicAnchors/Read_this_before_your_first_use.txt"