Skip to content

Commit 6878d44

Browse files
committed
Lock dpl version (v1.8.47)
It seems dpl v1.9 still has problems deploying to Bintray in our setup. This issue is somewhat related to travis-ci/travis-ci#9314
1 parent 9404c80 commit 6878d44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy/bintray.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ if [[ "${APPVEYOR}" ]]; then
1818
export CMDSHELL="cmd /C "
1919
fi
2020

21-
$CMDSHELL gem install dpl
21+
$CMDSHELL gem install dpl --version 1.8.47
2222
$CMDSHELL dpl --provider=bintray --user=osvm --key=$BINTRAYAPIKEY --file=bintray.json --skip_cleanup=true

0 commit comments

Comments
 (0)