From f8f5e9a7d98bf0850c6e8f3f0189bbd524cc614e Mon Sep 17 00:00:00 2001 From: Jan Zickermann <jan.zickermann@dataport.de> Date: Fri, 25 Apr 2025 15:16:46 +0200 Subject: [PATCH] pipeline: Update snapshots on build step --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 26838309..7b706d2b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -30,7 +30,7 @@ stages: build: stage: build script: - - mvn clean compile $MAVEN_CLI_OPTS + - mvn clean compile $MAVEN_CLI_OPTS --update-snapshots artifacts: paths: - target/*.jar -- GitLab