Skip to content

Commit 44f7c32

Browse files
🐛 release from master branch
1 parent 81cf511 commit 44f7c32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.utility/deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
if [ "$TRAVIS_REPO_SLUG" == "watson-developer-cloud/java-sdk" ] && \
44
[ "$TRAVIS_JDK_VERSION" == "oraclejdk7" ] && \
55
[ "$TRAVIS_PULL_REQUEST" == "false" ] && \
6-
[ "$TRAVIS_BRANCH" == "develop" ]; then
6+
[ "$TRAVIS_BRANCH" == "master" ]; then
77
openssl aes-256-cbc -K $encrypted_bdb9d73a7940_key -iv $encrypted_bdb9d73a7940_iv -in .utility/cd/secring.gpg.enc -out .utility/cd/secring.gpg -d
88
./gradlew uploadArchives -Psigning.keyId=$SIGNING_KEY -Psigning.password=$SIGNING_PASSWORD -Psigning.secretKeyRingFile=$KEYRING_PATH -PossrhUsername=$OSSRH_JIRA_USERNAME -PossrhPassword=$OSSRH_JIRA_PASSWORD
99
fi

0 commit comments

Comments
 (0)