ci: check gitlab status through proper link

This commit is contained in:
MDLeom 2022-01-25 10:10:32 +00:00
parent fca89a75a4
commit 9ad79d45da
No known key found for this signature in database
GPG Key ID: 32D3E28E96A695E8
1 changed files with 1 additions and 1 deletions

View File

@ -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