odyssey/docker-test/entrypoint.sh

9 lines
143 B
Bash
Raw Normal View History

2020-07-26 07:58:15 +00:00
#!/bin/bash
set -ex
/usr/bin/pg_ctlcluster 12 main restart
psql -h localhost -p 5432 -U postgres -c 'SELECT 1 AS ok'
/ody-intergration-test