aurweb/docker/tests-entrypoint.sh
moson db8e2458f9
feat: Switch to postgres
Migrate from MariaDB to PostgreSQL.

Signed-off-by: moson <moson@archlinux.org>
2024-04-11 16:48:32 +02:00

7 lines
100 B
Bash
Executable file

#!/bin/bash
set -eou pipefail
dir="$(dirname $0)"
bash $dir/test-postgres-entrypoint.sh
exec "$@"