1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2025-12-12 22:34:03 +00:00
tenancy/fulltest
2020-05-08 04:37:43 +02:00

6 lines
71 B
Bash
Executable file

#!/bin/bash
set -e
# for development
docker-compose up -d
./test "$@"