ci: check gitlab status through proper link
This commit is contained in:
parent
f1a81208d2
commit
5406998d43
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue