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!16
  • Loading branch information
Steffen Kremsler committed Sep 11, 2023
2 parents 8806018 + 051077d commit 9e1cb67
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitlab/.gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ check qualitygate:
- if: $CI_PIPELINE_SOURCE == 'merge_request_event'
- if: $CI_COMMIT_BRANCH =~ /^[dD][eE][vV]*/
- if: $CI_COMMIT_BRANCH == 'main'
- if: $CI_COMMIT_TAG

check unittests:
stage: check
Expand Down Expand Up @@ -77,6 +78,8 @@ deploy to maven central:
DISTRIBUTION_URL: $MAVEN_CENTRAL_REPOSITORY_URL
DISTRIBUTION_SNAPSHOT_ID: ossrh
DISTRIBUTION_SNAPSHOT_URL: $MAVEN_CENTRAL_SNAPSHOT_REPOSITORY_URL
OSSRH_USERNAME: $OSSRH_MAVEN_CENTRAL_REPOSITORY_TOKEN_NAME
OSSRH_PASSWORD: $OSSRH_MAVEN_CENTRAL_REPOSITORY_TOKEN
script:
# decode base64 key - because we store the key in a way that doesn't preserve newlines
- cat $PGP_RELEASE_SIGNING_KEY | base64 -d > releases@kgs-software.com.signing-subkey.asc
Expand Down

0 comments on commit 9e1cb67

Please sign in to comment.