Update jar merging pipeline

This commit is contained in:
James Seibel
2022-01-22 21:34:46 -06:00
parent 2a5199f851
commit 26b4c3a2d9
+5 -1
View File
@@ -37,6 +37,8 @@ build:
- build
- common/.gradle
- common/build
- core/.gradle
- core/build
- fabric/.gradle
- fabric/build
- fabric/run
@@ -64,7 +66,7 @@ merge:
image: eclipse-temurin:17
cache:
key: "$CI_COMMIT_REF_NAME"
policy: push
policy: pull-push
paths:
- fabric/build/libs
- forge/build/libs
@@ -73,6 +75,8 @@ merge:
- build
- common/.gradle
- common/build
- core/.gradle
- core/build
- fabric/.gradle
- fabric/build
- fabric/run