Test.
This commit is contained in:
parent
ba4ac0983b
commit
726b99c572
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue