1
Some checks failed
ci/woodpecker/push/lint Pipeline was successful
ci/woodpecker/push/build Pipeline failed

This commit is contained in:
Stephan Schnabel 2025-06-01 21:04:57 +02:00
parent fae584169b
commit 3ccdf05b39
Signed by: stephan.schnabel
SSH key fingerprint: SHA256:99zuzxNGFb5/5P+E/O7ONU2qhUojUe/D8rIPTW+9Xp0

View file

@ -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}