From 672a51cf96094ccb2e67e45924cefdc610c08266 Mon Sep 17 00:00:00 2001 From: David Schweikert Date: Tue, 10 Jan 2017 13:53:40 +0100 Subject: [PATCH] fix bintray upload --- ci/deploy-bintray.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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