Skip to content

Commit

Permalink
Fixing mistake in bintray.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
tkralphs committed Apr 30, 2020
1 parent 9889a1a commit 0e5d46b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/bintray.sh
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 0e5d46b

Please sign in to comment.