1
This commit is contained in:
parent
fae584169b
commit
3ccdf05b39
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ steps:
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
image: maven:3.9.9-eclipse-temurin-17
|
image: maven:3.9.9-eclipse-temurin-17
|
||||||
commands: mvn deploy --settings=.woodpecker/maven/settings.xml
|
commands: mvn deploy --settings=.woodpecker/maven/settings.xml -DskipTests
|
||||||
environment:
|
environment:
|
||||||
SONATYPE_ORG_USERNAME: {from_secret: sonatype_org_username}
|
SONATYPE_ORG_USERNAME: {from_secret: sonatype_org_username}
|
||||||
SONATYPE_ORG_PASSWORD: {from_secret: sonatype_org_password}
|
SONATYPE_ORG_PASSWORD: {from_secret: sonatype_org_password}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue