mirror of
https://github.com/songoda/FabledSkyBlock.git
synced 2025-02-03 13:21:25 +01:00
Update .gitlab-ci.yml
This commit is contained in:
parent
f74746b27f
commit
d1957d14da
@ -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"
|
Loading…
Reference in New Issue
Block a user