From 5e44a58f3646788555302b77ccb7c7ed14f64c01 Mon Sep 17 00:00:00 2001 From: Eduard Frankford <e.frankford@student.uibk.ac.at> Date: Fri, 13 May 2022 10:40:18 +0200 Subject: [PATCH] deleted artifacts for maven package --- .gitlab-ci.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 203819d08..cad533d02 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -111,14 +111,13 @@ maven-package: stage: package script: - ./mvnw -ntp verify -Pprod -DskipTests -Dmaven.repo.local=$MAVEN_USER_HOME - artifacts: - paths: - - target/*.jar - - target/classes - expire_in: 15 days + # Uncomment the following line to use gitlabs container registry. You need to adapt the REGISTRY_URL in case you are not using gitlab.com docker-push: stage: release + only: + refs: + - development variables: REGISTRY_URL: sharing-codeability.uibk.ac.at:5051 IMAGE_TAG: sharing-codeability.uibk.ac.at:5051/sharing/codeability-sharing-platform -- GitLab