Test.
This commit is contained in:
parent
6bb31d1cbf
commit
096655a604
1 changed files with 2 additions and 0 deletions
|
|
@ -14,6 +14,7 @@ steps:
|
||||||
- name: prepare
|
- name: prepare
|
||||||
image: alpine
|
image: alpine
|
||||||
commands:
|
commands:
|
||||||
|
- pwd
|
||||||
# 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 .
|
- chown -R 1000:1000 .
|
||||||
|
|
||||||
|
|
@ -25,6 +26,7 @@ steps:
|
||||||
REGISTRY_TOKEN:
|
REGISTRY_TOKEN:
|
||||||
from_secret: REGISTRY_TOKEN
|
from_secret: REGISTRY_TOKEN
|
||||||
commands:
|
commands:
|
||||||
|
- pwd
|
||||||
- ./gradlew -Pdocker.registry=$REGISTRY/$REGISTRY_USER build apidocs publishImage
|
- ./gradlew -Pdocker.registry=$REGISTRY/$REGISTRY_USER build apidocs publishImage
|
||||||
backend_options:
|
backend_options:
|
||||||
kubernetes:
|
kubernetes:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue