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 a023bd0 commit 26af0caCopy full SHA for 26af0ca
ci/scripts/promote.sh
@@ -46,9 +46,9 @@ if [[ $RELEASE_TYPE = "RELEASE" ]]; then
46
47
echo "Waiting for artifacts to be published"
48
ARTIFACTS_PUBLISHED=false
49
- WAIT_TIME=5
+ WAIT_TIME=10
50
COUNTER=0
51
- while [ $ARTIFACTS_PUBLISHED == "false" ] && [ $COUNTER -lt 60 ]; do
+ while [ $ARTIFACTS_PUBLISHED == "false" ] && [ $COUNTER -lt 120 ]; do
52
result=$( curl -s https://api.bintray.com/packages/"${BINTRAY_SUBJECT}"/"${BINTRAY_REPO}"/"${groupId}" )
53
versions=$( echo "$result" | jq -r '.versions' )
54
exists=$( echo "$versions" | grep "$version" -o || true )
0 commit comments