Skip to content

Commit 0e5d46b

Browse files
committed
Fixing mistake in bintray.sh
1 parent 9889a1a commit 0e5d46b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci/bintray.sh

Lines changed: 1 addition & 1 deletion
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)