Mercurial > p > roundup > code
view scripts/Docker/roundup_healthcheck @ 7260:e07e96ef188b
Bump codecov/codecov-action from 3.1.1 to 3.1.2 - https://github.com/roundup-tracker/roundup/pull/18
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Wed, 19 Apr 2023 21:35:48 -0400 |
| parents | a24ec63759f6 |
| children | 7b9bddda9d2d |
line wrap: on
line source
#! /bin/sh tracker=$(ps -ef | sed -ne '/roundup-server/s/^.*\s\(\w*\)=.*$/\1/p') wget -q -O /dev/null --no-verbose http://localhost:8080/$tracker/
