From 89ba5b9d1567a08fff00c7158bfb55d4cedf4680 Mon Sep 17 00:00:00 2001 From: James Seibel Date: Sun, 23 Jan 2022 20:33:27 -0600 Subject: [PATCH] Update the pipeline --- .gitlab-ci.yml | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2e2463bd5..c71e3e36c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -87,26 +87,26 @@ build: # To ensure we've access to these files in the next stage dotenv: generate_jars.env -# third stage -merge: - stage: merge - script: ./gradlew merge --gradle-user-home cache/ - # build using Java 17 - image: eclipse-temurin:17 - cache: - key: "$CI_COMMIT_REF_NAME" - policy: pull-push - paths: - - fabric/build/libs - - forge/build/libs - - build - - .gradle - - cache/ - artifacts: - name: "Merged_NightlyBuild-${CI_COMMIT_SHORT_SHA}-${CI_COMMIT_TIMESTAMP}" - paths: - # relative to the root directory - - Merged +## third stage +#merge: +# stage: merge +# script: ./gradlew merge --gradle-user-home cache/ +# # build using Java 17 +# image: eclipse-temurin:17 +# cache: +# key: "$CI_COMMIT_REF_NAME" +# policy: pull-push +# paths: +# - fabric/build/libs +# - forge/build/libs +# - build +# - .gradle +# - cache/ +# artifacts: +# name: "Merged_NightlyBuild-${CI_COMMIT_SHORT_SHA}-${CI_COMMIT_TIMESTAMP}" +# paths: +# # relative to the root directory +# - Merged ## forth stage