Skip to content

Commit

Permalink
Update pipelines.release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yahavi committed Jul 24, 2023
1 parent 49b3585 commit c77e174
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .jfrog-pipelines/release/pipelines.release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,14 +63,12 @@ pipelines:
- jf rt bp

# Distribute release bundle
# - jf ds rbc ecosystem-maven-dep-tree $NEXT_VERSION --spec=./.jfrog-pipelines/release/specs/prod-rbc-filespec.json --spec-vars="version=$NEXT_VERSION" --sign
# - jf ds rbd ecosystem-maven-dep-tree $NEXT_VERSION --site="releases.jfrog.io" --sync
- jf ds rbc ecosystem-maven-dep-tree $NEXT_VERSION --spec=./.jfrog-pipelines/release/specs/prod-rbc-filespec.json --spec-vars="version=$NEXT_VERSION" --sign
- jf ds rbd ecosystem-maven-dep-tree $NEXT_VERSION --site="releases.jfrog.io" --sync

# Publish to Maven Central
- echo $int_mvn_central_signingKey | base64 -d > ~/private.key
- gpg --batch --import ~/private.key
- gpg --list-keys
- gpg --list-signatures
- >
OSSRH_USERNAME=$int_mvn_central_user
OSSRH_PASSWORD=$int_mvn_central_password
Expand Down

0 comments on commit c77e174

Please sign in to comment.