Mercurial > p > roundup > code
view scripts/Docker/roundup_healthcheck @ 6812:d7905a78ab8a
Add item to push docker image post release.
Prelim notes still needs updating and some issues resolved.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Tue, 02 Aug 2022 23:32:26 -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/
