From ee90f1bc19c4a62f34f7a329596d613aa931d8a8 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 24 Aug 2020 16:35:01 +0200 Subject: Remove unused gitlab ci env variables --- scripts/clean/server/test.sh | 4 ---- 1 file changed, 4 deletions(-) (limited to 'scripts/clean') diff --git a/scripts/clean/server/test.sh b/scripts/clean/server/test.sh index dbd399aaa..f85daf810 100755 --- a/scripts/clean/server/test.sh +++ b/scripts/clean/server/test.sh @@ -20,10 +20,6 @@ dropRedis () { port=$((9000+$1)) host="localhost" - if [ ! -z ${GITLAB_CI+x} ]; then - host="redis" - fi - redis-cli -h "$host" KEYS "bull-localhost:$port*" | grep -v empty | xargs --no-run-if-empty redis-cli -h "$host" DEL redis-cli -h "$host" KEYS "redis-localhost:$port*" | grep -v empty | xargs --no-run-if-empty redis-cli -h "$host" DEL redis-cli -h "$host" KEYS "*redis-localhost:$port-" | grep -v empty | xargs --no-run-if-empty redis-cli -h "$host" DEL -- cgit v1.2.3