From: David Schweikert Date: Tue, 10 Jan 2017 12:53:40 +0000 (+0100) Subject: fix bintray upload X-Git-Url: https://git.gsnw.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=672a51cf96094ccb2e67e45924cefdc610c08266;p=fping.git fix bintray upload --- diff --git a/ci/deploy-bintray.sh b/ci/deploy-bintray.sh index 2c34a08..dcb53d1 100755 --- a/ci/deploy-bintray.sh +++ b/ci/deploy-bintray.sh @@ -5,10 +5,10 @@ set -e # do this only for the gcc run -if [ "$CC" != "gcc" ]; then - echo "skipped upload because $CC != gcc" - exit 0 -fi +#if [ "$CC" != "gcc" ]; then +# echo "skipped upload because $CC != gcc" +# exit 0 +#fi # do this only for the master branch if [ "$TRAVIS_BRANCH" != "master" ]; then