Skip to content

Commit 0adb5b7

Browse files
authored
Deploy to Bintray
(must be reverted before merging in `Cog`/`master`)
1 parent 77b57ad commit 0adb5b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis_deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PR=${TRAVIS_PULL_REQUEST:-${APPVEYOR_PULL_REQUEST_NUMBER:-false}}
22
BR=${TRAVIS_BRANCH:-${APPVEYOR_REPO_BRANCH}}
33

4-
if [[ $PR == "false" ]] && ( [[ "$BR" == "Cog" || "$BR" == "master" ]] ); then
4+
if [[ $PR == "false" ]]; then
55
echo "`cat .bintray.json | .git_filters/RevDateURL.smudge`" > .bintray.json
66
sed -i.bak 's/$Rev: \([0-9][0-9]*\) \$/\1/' .bintray.json
77
sed -i.bak 's/$Date: \(.*\) \$/\1/' .bintray.json

0 commit comments

Comments
 (0)