"git@mau.dev:june/conduwuit.git" did not exist on "9e51525c25fa1d06e3e5fd30389c0edd7f83dc8c"
Newer
Older
#!/bin/bash
# This script builds the Docker image to run the PostgreSQL tests, and then runs
# the tests.
set -e
# Build, and tag
docker build docker/ -f docker/Dockerfile-pgtests -t synapsepgtests
# Run, mounting the current directory into /src
docker run --rm -it -v $(pwd)\:/src synapsepgtests