This commit is contained in:
parent
aa71a63d2d
commit
cfe93fd27f
1 changed files with 3 additions and 5 deletions
|
|
@ -1,6 +1,6 @@
|
|||
when:
|
||||
- event: push
|
||||
# evaluate: $CI_SYSTEM_HOST == "forgejo.mnl.de"
|
||||
evaluate: $CI_SYSTEM_HOST == "woodpecker.mnl.de"
|
||||
|
||||
clone:
|
||||
- name: git
|
||||
|
|
@ -11,7 +11,7 @@ clone:
|
|||
depth: 0
|
||||
|
||||
steps:
|
||||
- name: build
|
||||
- name: build-jars
|
||||
image: registry.mnl.de/mnl/jdk21-builder:v3
|
||||
environment:
|
||||
REGISTRY: registry.mnl.de
|
||||
|
|
@ -19,6 +19,4 @@ steps:
|
|||
REGISTRY_TOKEN:
|
||||
from_secret: REGISTRY_TOKEN
|
||||
commands:
|
||||
- echo $CI_SYSTEM_HOST
|
||||
- ./gradlew -Pdocker.registry=$REGISTRY/$REGISTRY_USER build apidocs
|
||||
|
||||
- ./gradlew -Pdocker.registry=$REGISTRY/$REGISTRY_USER build apidocs publishImage
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue