Rename all occurrences of "labyrinth" to maze and update dependencies.
This commit is contained in:
parent
d9613b03ca
commit
ca8f2bfec7
18 changed files with 129 additions and 129 deletions
|
|
@ -26,6 +26,8 @@ steps:
|
|||
environment:
|
||||
REPO_TOKEN:
|
||||
from_secret: repo-token
|
||||
REPO_TOKEN_OSSRH:
|
||||
from_secret: repo-token-ossrh
|
||||
commands:
|
||||
- mvn -s maven-settings.xml deploy -DskipTests=true
|
||||
when:
|
||||
|
|
@ -41,7 +43,7 @@ steps:
|
|||
username: manuel
|
||||
password:
|
||||
from_secret: docker-token
|
||||
repo: gittr.ch/java/labyrinth
|
||||
repo: gittr.ch/java/a-maze-r
|
||||
tags:
|
||||
- latest
|
||||
dockerfile: docker/Dockerfile
|
||||
|
|
@ -59,7 +61,7 @@ steps:
|
|||
username: manuel
|
||||
password:
|
||||
from_secret: docker-token
|
||||
repo: gittr.ch/java/labyrinth
|
||||
repo: gittr.ch/java/a-maze-r
|
||||
tags:
|
||||
- latest
|
||||
- ${DRONE_TAG}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue