diff --git a/src/gitlab_status.sh b/src/gitlab_status.sh index 7465a35..8e49e55 100644 --- a/src/gitlab_status.sh +++ b/src/gitlab_status.sh @@ -1,6 +1,6 @@ #!/bin/sh -CURL_STATUS=$(curl -sSIL "https://gitlab.com/curben/urlhaus-filter/-/nonsense" | grep -F "HTTP/2 200") +CURL_STATUS=$(curl -sSIL "https://gitlab.com/curben/urlhaus-filter/-/jobs/artifacts/main/download?job=pages" | grep -F "HTTP/2 200") GITLAB_STATUS="up" if [ -z "$CURL_STATUS" ]; then