File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed
Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -51,31 +51,31 @@ pipelines:
5151 - jf gradlec --use-wrapper --deploy-ivy-desc=false --deploy-maven-desc --uses-plugin --repo-resolve ecosys-maven-remote --repo-deploy ecosys-oss-release-local
5252
5353 # Sync changes with dev
54- # - git merge origin/dev
54+ - git merge origin/dev
5555
5656 # Run audit
57- # - jf audit
57+ - jf audit
5858
5959 # Update version
60- # - sed -i "s/\(currentVersion=\).*\$/\1${NEXT_VERSION}/" gradle.properties
60+ - sed -i "s/\(currentVersion=\).*\$/\1${NEXT_VERSION}/" gradle.properties
6161
6262 # Commit changes
63- # - git commit -am "[artifactory-release] Release version ${NEXT_VERSION} [skipRun]" --allow-empty
64- # - git tag ${NEXT_VERSION}
65- # - git push
66- # - git push --tags
63+ - git commit -am "[artifactory-release] Release version ${NEXT_VERSION} [skipRun]" --allow-empty
64+ - git tag ${NEXT_VERSION}
65+ - git push
66+ - git push --tags
6767
6868 # Run build and publish
6969 - >
7070 ORG_GRADLE_PROJECT_signingKey=$(echo $int_mvn_central_signingKey | base64 -d)
7171 ORG_GRADLE_PROJECT_signingPassword=$int_mvn_central_signingPassword
7272 jf gradle clean aP -x test
73- # - jf rt bag && jf rt bce
74- # - jf rt bp
73+ - jf rt bag && jf rt bce
74+ - jf rt bp
7575
7676 # Distribute release bundle
77- # - jf ds rbc artifactory-client-java $NEXT_VERSION --spec=./release/specs/prod-rbc-filespec.json --spec-vars="version=$NEXT_VERSION" --sign
78- # - jf ds rbd artifactory-client-java $NEXT_VERSION --site="releases.jfrog.io" --sync
77+ - jf ds rbc artifactory-client-java $NEXT_VERSION --spec=./release/specs/prod-rbc-filespec.json --spec-vars="version=$NEXT_VERSION" --sign
78+ - jf ds rbd artifactory-client-java $NEXT_VERSION --site="releases.jfrog.io" --sync
7979
8080 # Publish to Maven Central
8181 - >
You can’t perform that action at this time.
0 commit comments