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