From e3a6168b0ffb801060688fdbb0fed6e7d954799d Mon Sep 17 00:00:00 2001 From: Jan Zickermann <jan.zickermann@dataport.de> Date: Fri, 25 Apr 2025 15:20:16 +0200 Subject: [PATCH] pipeline: Update snapshots for build step --- .gitlab-ci.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 31dc1d96..144f0fa2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -26,10 +26,7 @@ stages: build: stage: build script: - - mvn clean compile $MAVEN_CLI_OPTS - artifacts: - paths: - - target/*.jar + - mvn clean compile $MAVEN_CLI_OPTS --update-snapshots test: stage: test -- GitLab