We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9889a1a commit 0e5d46bCopy full SHA for 0e5d46b
.ci/bintray.sh
@@ -1,6 +1,6 @@
1
#!/usr/bin/bash
2
3
-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 ]]
4
do
5
echo "Command failed... trying again in 10 seconds"
6
#No sleep command in MSys bash
0 commit comments