Skip to content

Commit 16befc6

Browse files
committed
Update cloudfoundry automation with HTTP 2 support
1 parent ea0cdda commit 16befc6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/add-release-to-cloudfoundry.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
MAX_TRIES=60 # Wait up to 30 minutes
2727
DELAY=30
2828
while [ $TRY -lt $MAX_TRIES ]; do
29-
if curl -s -I ${{ steps.get-release-url.outputs.URL }} | grep -q "200 OK"; then
29+
if curl -s -I ${{ steps.get-release-url.outputs.URL }} | grep -q "^HTTP/.* 200"; then
3030
break
3131
fi
3232
echo "Waiting for the release to be available..."

0 commit comments

Comments
 (0)