From 9ad79d45dae5f48a27d75c495cc8db80408074c6 Mon Sep 17 00:00:00 2001 From: MDLeom <2809763-curben@users.noreply.gitlab.com> Date: Tue, 25 Jan 2022 10:10:32 +0000 Subject: [PATCH] ci: check gitlab status through proper link --- src/gitlab_status.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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