Test.
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-10 22:29:38 +02:00
parent ba4ac0983b
commit 726b99c572

View file

@ -1,6 +1,6 @@
when: when:
- event: push - event: push
evaluate: $CI_SYSTEM_HOST == "forgejo.mnl.de" # evaluate: $CI_SYSTEM_HOST == "forgejo.mnl.de"
clone: clone:
- name: git - name: git
@ -19,5 +19,6 @@ steps:
REGISTRY_TOKEN: REGISTRY_TOKEN:
from_secret: REGISTRY_TOKEN from_secret: REGISTRY_TOKEN
commands: commands:
- echo $CI_SYSTEM_HOST
- ./gradlew -Pdocker.registry=$REGISTRY/$REGISTRY_USER build apidocs - ./gradlew -Pdocker.registry=$REGISTRY/$REGISTRY_USER build apidocs