This repository has been archived on 2025-02-26. You can view files and clone it, but cannot push or open issues or pull requests.
szurubooru/server/hooks/test

8 lines
135 B
Bash
Executable file

#!/bin/sh
set -e
docker run --rm \
-t $(docker build -f ${DOCKERFILE_PATH:-Dockerfile}.test -q .) \
--color=no szurubooru/
exit $?