We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15c9ca7 commit d6496c0Copy full SHA for d6496c0
ci/scripts/promote.sh
@@ -51,7 +51,7 @@ if [[ $RELEASE_TYPE = "RELEASE" ]]; then
51
52
artifacts_published=false
53
retry_counter=0
54
- while [ $artifacts_published == "false" ] && [ $retry_counter -lt WAIT_ATTEMPTS ]; do
+ while [ $artifacts_published == "false" ] && [ $retry_counter -lt $WAIT_ATTEMPTS ]; do
55
result=$( curl -s -f -u ${BINTRAY_USERNAME}:${BINTRAY_API_KEY} https://api.bintray.com/packages/"${BINTRAY_SUBJECT}"/"${BINTRAY_REPO}"/"${groupId}" )
56
if [ $? -eq 0 ]; then
57
versions=$( echo "$result" | jq -r '.versions' )
0 commit comments