From: David Schweikert Date: Sun, 2 Mar 2014 22:09:26 +0000 (+0100) Subject: test bintray deployment X-Git-Url: https://git.gsnw.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=42574667d6266226e628d2a3eda2244c4945160e;p=fping.git test bintray deployment --- diff --git a/ci/deploy-bintray.sh b/ci/deploy-bintray.sh index 7c18799..c693bae 100755 --- a/ci/deploy-bintray.sh +++ b/ci/deploy-bintray.sh @@ -11,4 +11,4 @@ if [[ "$VERSION" =~ ^[0-9]+\.[0-9]+$ ]]; then else REPO=beta fi -curl -T fping-$VERSION.tar.gz -uschweikert:$BINTRAY_API_KEY https://api.bintray.com/content/schweikert/$RELEASE/fping/$VERSION/fping-$VERSION.tar.gz +curl -T fping-$VERSION.tar.gz -uschweikert:$BINTRAY_API_KEY https://api.bintray.com/content/schweikert/$REPO/fping/$VERSION/fping-$VERSION.tar.gz