File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1212before_install :
1313- " openssl aes-256-cbc -K $encrypted_12c8071d2874_key -iv $encrypted_12c8071d2874_iv -in codesigning.asc.enc -out codesigning.asc -d && gpg --import ./codesigning.asc || echo"
1414after_success :
15- - " [[ ${TRAVIS_PULL_REQUEST} == 'false' ]] && [[ ${TRAVIS_BRANCH} == 'master' ]] && [[ ${TRAVIS_TAG} == '' ]] && ./gradlew grpc-spring-boot-starter:closeAndReleaseRepository"
15+ - " [[ ${TRAVIS_PULL_REQUEST} == 'false' ]] && [[ ${TRAVIS_BRANCH} == 'master' ]] && [[ ${TRAVIS_TAG} == '' ]] && ./gradlew grpc-spring-boot-starter:uploadArchives grpc-spring-boot-starter: closeAndReleaseRepository"
1616# - ./gradlew bintrayUpload artifactoryPublish
1717 - bash <(curl -s https://codecov.io/bash)
1818script :
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ apply plugin: 'com.bmuschko.nexus'
1313apply plugin : ' io.codearte.nexus-staging'
1414
1515def isRelease = ! (version ==~ / .*SNAPSHOT/ )
16- closeAndReleaseRepository . dependsOn uploadArchives
16+
1717closeAndReleaseRepository. onlyIf {
1818 isRelease
1919 }
You can’t perform that action at this time.
0 commit comments