From 13d23bf8d8dfdd4b63eb23e50453cee4b9c4fe62 Mon Sep 17 00:00:00 2001 From: Daniel Rainer <daniel.m.rainer@student.uibk.ac.at> Date: Fri, 4 Mar 2022 15:57:33 +0100 Subject: [PATCH] Give maven-package all artifacts to avoid build problems --- .gitlab-ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f1b916882..8996c42f1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -10,8 +10,7 @@ stages: - test - analyze - package - - release - - deploy + - release - deploy before_script: - export NG_CLI_ANALYTICS="false" - export MAVEN_USER_HOME=`pwd`/.maven @@ -121,4 +120,3 @@ maven-package: # script: # - ./mvnw -ntp jib:build -Pprod -Djib.to.image=$IMAGE_TAG -Djib.to.auth.username=gitlab-ci-token -Djib.to.auth.password=$CI_BUILD_TOKEN -Dmaven.repo.local=$MAVEN_USER_HOME when: manual - needs: [] -- GitLab