Test.
This commit is contained in:
parent
096655a604
commit
86f2ae1b7c
1 changed files with 4 additions and 0 deletions
|
|
@ -15,6 +15,8 @@ steps:
|
||||||
image: alpine
|
image: alpine
|
||||||
commands:
|
commands:
|
||||||
- pwd
|
- pwd
|
||||||
|
- echo "Home $HOME"
|
||||||
|
- ls -la $HOME
|
||||||
# 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 .
|
||||||
|
|
||||||
|
|
@ -27,6 +29,8 @@ steps:
|
||||||
from_secret: REGISTRY_TOKEN
|
from_secret: REGISTRY_TOKEN
|
||||||
commands:
|
commands:
|
||||||
- pwd
|
- pwd
|
||||||
|
- echo "Home $HOME"
|
||||||
|
- ls -la $HOME
|
||||||
- ./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