From d1957d14dadaee801404e02a6b71869825266a85 Mon Sep 17 00:00:00 2001 From: Lars Dormans Date: Mon, 10 Dec 2018 01:29:17 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index fa640831..420e92d9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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" \ No newline at end of file