ci: check gitlab status through proper link
This commit is contained in:
		
							parent
							
								
									fca89a75a4
								
							
						
					
					
						commit
						9ad79d45da
					
				|  | @ -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