chore: post-commit formatting churn
This commit is contained in:
+4
-2
@@ -9,10 +9,12 @@ BASE="http://$HOST:8686"
|
||||
auth=(-H "Authorization: Bearer $TOKEN")
|
||||
|
||||
echo "== sessions =="
|
||||
curl -fsS "${auth[@]}" "$BASE/api/sessions" | head -c 400; echo
|
||||
curl -fsS "${auth[@]}" "$BASE/api/sessions" | head -c 400
|
||||
echo
|
||||
|
||||
echo "== gitlab status =="
|
||||
curl -fsS "${auth[@]}" "$BASE/api/gitlab/status"; echo
|
||||
curl -fsS "${auth[@]}" "$BASE/api/gitlab/status"
|
||||
echo
|
||||
|
||||
echo "== web dist =="
|
||||
curl -fsS "$BASE/" | grep -o '<title>[^<]*</title>' || echo "no title tag"
|
||||
|
||||
Reference in New Issue
Block a user