Update the pipeline

This commit is contained in:
James Seibel
2022-01-23 20:33:27 -06:00
parent cea44a3f8a
commit 89ba5b9d15
+20 -20
View File
@@ -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