Compare commits

...

2 Commits

Author SHA1 Message Date
siujamo e7da3a76b7 ci: recover artefact uploading 2026-05-25 14:45:26 +08:00
siujamo 5cea825bc0 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.
2026-05-25 14:39:33 +08:00
-1
View File
@@ -22,7 +22,6 @@ build:
artifacts: artifacts:
paths: paths:
- build/libs/*.jar - build/libs/*.jar
expire_in: 30 min
rules: rules:
- if: $CI_COMMIT_TAG - if: $CI_COMMIT_TAG