Try.
Some checks failed
Java CI with Gradle / build (push) Waiting to run
ci/woodpecker/push/build Pipeline failed

This commit is contained in:
Michael Lipp 2025-08-11 11:04:53 +02:00
parent 86f2ae1b7c
commit a256156a9a

View file

@ -14,11 +14,9 @@ steps:
- name: prepare - name: prepare
image: alpine image: alpine
commands: commands:
- pwd
- echo "Home $HOME"
- ls -la $HOME
# Because we run the next step as user 1000 to make podman work: # Because we run the next step as user 1000 to make podman work:
- chown -R 1000:1000 . - chown -R 1000:1000 .
- chown -R 1000:1000 $HOME
- name: build-jars - name: build-jars
image: registry.mnl.de/mnl/jdk21-builder:v3 image: registry.mnl.de/mnl/jdk21-builder:v3
@ -28,9 +26,6 @@ steps:
REGISTRY_TOKEN: REGISTRY_TOKEN:
from_secret: REGISTRY_TOKEN from_secret: REGISTRY_TOKEN
commands: commands:
- pwd
- echo "Home $HOME"
- ls -la $HOME
- ./gradlew -Pdocker.registry=$REGISTRY/$REGISTRY_USER build apidocs publishImage - ./gradlew -Pdocker.registry=$REGISTRY/$REGISTRY_USER build apidocs publishImage
backend_options: backend_options:
kubernetes: kubernetes: