This commit is contained in:
Tris 2020-11-23 13:52:02 +11:00
parent 1b24a9258f
commit a5cfd0358a

View File

@ -27,7 +27,7 @@ static/fonts/Quicksand_Book.otf:
rm quicksand.zip
start_s3_storage:
test -f teststore/pid && ${MAKE} stop_s3_storage
test -f teststore/pid && ${MAKE} stop_s3_storage || true
mkdir -p teststore
MINIO_ACCESS_KEY=polyphonic_test_key MINIO_SECRET_KEY=polyphonic_secret minio server teststore & echo "$$!" > teststore/pid
cat teststore/pid