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:18:27 +02:00
parent 142d7c43e2
commit 0be1310464

View file

@ -14,15 +14,15 @@ steps:
- name: prepare - name: prepare
image: alpine image: alpine
commands: commands:
- sleep 10000
# 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 . - mkdir /woodpecker/workflow
- chown -R 1000:1000 $HOME - chown 1000:1000 /woodpecker/workflow
- chown -R 1000:1000 $CI_WORKSPACE
- name: build-jars - name: build-jars
image: registry.mnl.de/mnl/jdk21-builder:v3 image: registry.mnl.de/mnl/jdk21-builder:v3
environment: environment:
HOME: /root HOME: /woodpecker/workflow
REGISTRY: registry.mnl.de REGISTRY: registry.mnl.de
REGISTRY_USER: mnl REGISTRY_USER: mnl
REGISTRY_TOKEN: REGISTRY_TOKEN: