From fae4bee87150a1abc2f418147be633a29f7e9b29 Mon Sep 17 00:00:00 2001 From: James Seibel Date: Tue, 15 Mar 2022 03:34:52 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b32add01b..88a2bba4e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -72,21 +72,21 @@ build_18-2: expire_in: 1 day -# put artifacts in a zip -# This should only be done after all the builds have been completed -artifacts: - stage: artifacts - # The complier complains if we don't do something with the script line - script: echo 'Building complete. Creating artifact Zip.' - # build using Java 17 - image: eclipse-temurin:17 - artifacts: - # This should only be done for the last build, otherwise there will be duplicate jars - name: "Merged_NightlyBuild-${CI_COMMIT_SHORT_SHA}-${CI_COMMIT_TIMESTAMP}" - paths: - # relative to the root directory - - Merged - expire_in: 1 day +# # put artifacts in a zip +# # This should only be done after all the builds have been completed +# artifacts: +# stage: artifacts +# # The complier complains if we don't do something with the script line +# script: echo 'Building complete. Creating artifact Zip.' +# # build using Java 17 +# image: eclipse-temurin:17 +# artifacts: +# # This should only be done for the last build, otherwise there will be duplicate jars +# name: "Merged_NightlyBuild-${CI_COMMIT_SHORT_SHA}-${CI_COMMIT_TIMESTAMP}" +# paths: +# # relative to the root directory +# - Merged +# expire_in: 1 day