Skip to content

Commit dc6df36

Browse files
committed
Add -i flag to curl
1 parent 03b6a35 commit dc6df36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-canary.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
ATTEMPT=1
3333
3434
while [[ $ATTEMPT -le $MAX_ATTEMPTS ]]; do
35-
STATUS=$(curl -s -o /dev/null -w "%{http_code}" "$MAVEN_URL")
35+
STATUS=$(curl -i -s -o /dev/null -w "%{http_code}" "$MAVEN_URL")
3636
if [[ "$STATUS" == "200" ]]; then
3737
echo "Artifact is available at $MAVEN_URL"
3838
exit 0

0 commit comments

Comments
 (0)