From 0e5d46bcf5a081af52d52f7b64efe18531b8cfd8 Mon Sep 17 00:00:00 2001 From: Ted Ralphs Date: Thu, 30 Apr 2020 19:58:46 +0000 Subject: [PATCH] Fixing mistake in bintray.sh --- .ci/bintray.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/bintray.sh b/.ci/bintray.sh index 18a935e82..d1cf2d0fc 100755 --- a/.ci/bintray.sh +++ b/.ci/bintray.sh @@ -1,6 +1,6 @@ #!/usr/bin/bash -while [[ ! `curl -utkralphs:$BINTRAY_API -X PUT -H "Content-Type: application/json" -d'{"list_in_downloads":true}' https://api.bintray.com/file_metadata/coin-or/download/blah.zip` =~ success ]] +while [[ ! `curl -utkralphs:$BINTRAY_API -X PUT -H "Content-Type: application/json" -d'{"list_in_downloads":true}' https://api.bintray.com/file_metadata/coin-or/download/$APPVEYOR_PROJECT_NAME-$VERSION-$ARCH.zip` =~ success ]] do echo "Command failed... trying again in 10 seconds" #No sleep command in MSys bash