From 577af4d85499ef8fb56f7d56edebc50ed5600922 Mon Sep 17 00:00:00 2001 From: James Seibel Date: Sun, 23 Jan 2022 17:58:42 -0600 Subject: [PATCH] Update the pipeline --- .gitlab-ci.yml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 492c1a806..941e55fac 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -73,9 +73,13 @@ build: name: "NightlyBuild-$CI_COMMIT_SHORT_SHA}-${CI_COMMIT_TIMESTAMP}" paths: # relative to the root directory - #- fabric/build/libs - #- forge/build/libs - - /^fabric\/build\/libs.*\.jar$/ + - fabric/build/libs + - forge/build/libs + exclude: + - *-dev.jar + - *-dev-shadow.jar + - *-sources-dev.jar + - *-sources.jar reports: # To ensure we've access to these files in the next stage dotenv: generate_jars.env