[CI] Add sample staging tests

This commit is contained in:
kleph 2020-03-03 00:07:47 +01:00
parent 9d05055acb
commit fdc5423a8d

View file

@ -4,6 +4,7 @@ else
TEST_URL='http://staging.beer.k3s.kleph.eu'
fi
echo "testing URL: ${TEST_URL}"
CURL_OPTS='-s'
# default
curl ${CURL_OPTS} ${TEST_URL} | grep -q 'setHours( 17, 0);'