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
|
||||
commands:
|
||||
- pwd
|
||||
- echo "Home $HOME"
|
||||
- ls -la $HOME
|
||||
# Because we run the next step as user 1000 to make podman work:
|
||||
- chown -R 1000:1000 .
|
||||
|
||||
|
|
@ -27,6 +29,8 @@ steps:
|
|||
from_secret: REGISTRY_TOKEN
|
||||
commands:
|
||||
- pwd
|
||||
- echo "Home $HOME"
|
||||
- ls -la $HOME
|
||||
- ./gradlew -Pdocker.registry=$REGISTRY/$REGISTRY_USER build apidocs publishImage
|
||||
backend_options:
|
||||
kubernetes:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue