fix: add clean to gradle build in Gitea deploy pipeline to clear persistent host volume cache
Some checks failed
Deploy to OCIWP / deploy (push) Failing after 38s
Some checks failed
Deploy to OCIWP / deploy (push) Failing after 38s
This commit is contained in:
@@ -31,7 +31,7 @@ jobs:
|
||||
-v /home/ubuntu/.gradle:/home/gradle/.gradle \
|
||||
-w /app \
|
||||
gradle:8-jdk21 \
|
||||
./gradlew bootJar -x test
|
||||
./gradlew clean bootJar -x test
|
||||
|
||||
# 2. 빌드 결과 plain jar 아카이브 정리
|
||||
find /app -name "*-plain.jar" -delete
|
||||
|
||||
Reference in New Issue
Block a user