From 5cea825bc03c5e6751a27a4df4ac61d00fc621d4 Mon Sep 17 00:00:00 2001 From: siujamo Date: Mon, 25 May 2026 14:39:33 +0800 Subject: [PATCH] chore: remove gitlab artifacts to avoid slow uploads Remove artifacts uploading from the build stage. Since we use a shared docker socket on the same runner host, the package stage can access the locally built jar file directly without needing gitlab coordinator upload/download. --- .gitlab-ci.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8dc1b6b..eb383cd 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -19,10 +19,6 @@ build: - chmod +x gradlew script: - ./gradlew bootJar -x test -PartefactVersion="$CI_COMMIT_TAG" - artifacts: - paths: - - build/libs/*.jar - expire_in: 30 min rules: - if: $CI_COMMIT_TAG