We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 537f740 commit d3f2a54Copy full SHA for d3f2a54
.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