Skip to content

Commit d3f2a54

Browse files
committed
Fixing mistake in bintray.sh
1 parent 537f740 commit d3f2a54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci/bintray.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/bash
22

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 ]]
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/$APPVEYOR_PROJECT_NAME-$VERSION-$ARCH.zip` =~ success ]]
44
do
55
echo "Command failed... trying again in 10 seconds"
66
#No sleep command in MSys bash

0 commit comments

Comments
 (0)