Compare commits

..

2 Commits

Author SHA1 Message Date
siujamo 49f9b59b99 chore: add gradle.properties to .gitignore 2026-05-26 10:58:22 +08:00
siujamo 1f42921689 fix: revert CI branch guard, keep --provenance removal
Revert the main-branch-only rule since $CI_COMMIT_BRANCH is unset for tag
pipelines. The --provenance=false removal remains as the fix for legacy builder.
2026-05-26 10:56:51 +08:00
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -155,3 +155,5 @@ gradle-app.setting
.project
# JDT-specific (Eclipse Java Development Tools)
.classpath
gradle.properties
+1 -1
View File
@@ -31,4 +31,4 @@ release:
- docker push "$CI_REGISTRY_IMAGE:$CI_COMMIT_TAG"
- docker push "$CI_REGISTRY_IMAGE:latest"
rules:
- if: $CI_COMMIT_TAG && $CI_COMMIT_BRANCH == "main"
- if: $CI_COMMIT_TAG