Fix
This commit is contained in:
parent
1b24a9258f
commit
a5cfd0358a
2
Makefile
2
Makefile
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user