From 3489c8f5962930b1665e1caaed285ef5ce996e4f Mon Sep 17 00:00:00 2001 From: Netkas Date: Thu, 14 Jan 2021 13:52:05 -0500 Subject: [PATCH] Removed test.sh --- test.sh | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 test.sh diff --git a/test.sh b/test.sh deleted file mode 100644 index 4d31bec3..00000000 --- a/test.sh +++ /dev/null @@ -1,4 +0,0 @@ -if ! python3 scripts/warmup.py; then - echo "ERROR: Some services failed to start successfully duing the warmup process" - exit 1 -fi