chore: update
Java CI with Maven / build (pull_request) Has been cancelled
Java CI with Maven / test (pull_request) Has been cancelled

This commit is contained in:
TakahashiNg
2026-05-12 02:47:17 +00:00
parent a0ae43f1ff
commit 24ef6bf572
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ plugins:
mvn versions:set -DnewVersion=${nextRelease.version} && mvn versions:set -DnewVersion=${nextRelease.version} &&
sed -i "/image:.*-service:/ s|:[^:]*$|:${nextRelease.version}|" k8s/base/*.yaml && sed -i "/image:.*-service:/ s|:[^:]*$|:${nextRelease.version}|" k8s/base/*.yaml &&
if [ "${branch.name}" = "main" ]; then if [ "${branch.name}" = "main" ]; then
mvn package -B -Pnative -Dquarkus.container-image.tag=${nextRelease.version} -DskipTests mvn package -B -Pnative -Dquarkus.container-image.tag=${nextRelease.version} -DskipTests -Ppush
fi fi
- - "@saithodev/semantic-release-gitea" - - "@saithodev/semantic-release-gitea"
- giteaUrl: "https://git.demonkernel.io.vn/" - giteaUrl: "https://git.demonkernel.io.vn/"
+2 -2
View File
@@ -71,7 +71,7 @@
<profiles> <profiles>
<profile> <profile>
<id>push-python-image</id> <id>push</id>
<activation> <activation>
<property> <property>
<name>quarkus.container-image.push</name> <name>quarkus.container-image.push</name>
@@ -86,7 +86,7 @@
<executions> <executions>
<execution> <execution>
<id>docker-push-python</id> <id>docker-push-python</id>
<phase>install</phase> <phase>package</phase>
<goals> <goals>
<goal>exec</goal> <goal>exec</goal>
</goals> </goals>