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 213a5d1 commit 430154eCopy full SHA for 430154e
.github/workflows/update-canary.yml
@@ -30,6 +30,8 @@ jobs:
30
31
while true; do
32
STATUS=$(curl -i -s -o /dev/null -w "%{http_code}" "$MAVEN_URL")
33
+ echo "Status: $STATUS"
34
+
35
if [[ "$STATUS" == "200" ]]; then
36
echo "Artifact is available at $MAVEN_URL"
37
exit 0
0 commit comments