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.
-i
1 parent 03b6a35 commit dc6df36Copy full SHA for dc6df36
.github/workflows/update-canary.yml
@@ -32,7 +32,7 @@ jobs:
32
ATTEMPT=1
33
34
while [[ $ATTEMPT -le $MAX_ATTEMPTS ]]; do
35
- STATUS=$(curl -s -o /dev/null -w "%{http_code}" "$MAVEN_URL")
+ STATUS=$(curl -i -s -o /dev/null -w "%{http_code}" "$MAVEN_URL")
36
if [[ "$STATUS" == "200" ]]; then
37
echo "Artifact is available at $MAVEN_URL"
38
exit 0
0 commit comments