Skip to content

Commit

Permalink
Merge branch 'dev-main' into 'main'
Browse files Browse the repository at this point in the history
Gitlab pipeline changes

See merge request oss/chemistry-opencmis!17
  • Loading branch information
Steffen Kremsler committed Sep 11, 2023
2 parents 9e1cb67 + 326a934 commit f888aed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab/.gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ deploy to maven central:
- gpg --list-keys
- gpg --list-packets releases@kgs-software.com.signing-subkey.asc
# package, sign, deploy
- mvn -Dgpg.passphrase="$PGP_RELEASE_SIGNING_KEY_PASSPHRASE" -Dgpg.keyname="$PGP_RELEASE_SIGNING_KEY_ID" package gpg:sign deploy -DskipTests
- mvn -Dossrh.username=$OSSRH_MAVEN_CENTRAL_REPOSITORY_TOKEN_NAME -Dossrh.password=$OSSRH_MAVEN_CENTRAL_REPOSITORY_TOKEN -Dgpg.passphrase="$PGP_RELEASE_SIGNING_KEY_PASSPHRASE" -Dgpg.keyname="$PGP_RELEASE_SIGNING_KEY_ID" package gpg:sign deploy -DskipTests
rules:
- if: $CI_COMMIT_TAG

Expand Down

0 comments on commit f888aed

Please sign in to comment.