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