diff options
author | Chocobozzz <me@florianbigard.com> | 2020-08-24 16:35:01 +0200 |
---|---|---|
committer | Chocobozzz <chocobozzz@cpy.re> | 2020-08-24 18:54:37 +0200 |
commit | ee90f1bc19c4a62f34f7a329596d613aa931d8a8 (patch) | |
tree | cfc0be59224c50b5c3a3300f268c74f9d210446d /scripts | |
parent | a293ac71d87fb44fb9c545d2a3f89a5c01850096 (diff) | |
download | PeerTube-ee90f1bc19c4a62f34f7a329596d613aa931d8a8.tar.gz PeerTube-ee90f1bc19c4a62f34f7a329596d613aa931d8a8.tar.zst PeerTube-ee90f1bc19c4a62f34f7a329596d613aa931d8a8.zip |
Remove unused gitlab ci env variables
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/clean/server/test.sh | 4 |
1 files changed, 0 insertions, 4 deletions
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 () { | |||
20 | port=$((9000+$1)) | 20 | port=$((9000+$1)) |
21 | host="localhost" | 21 | host="localhost" |
22 | 22 | ||
23 | if [ ! -z ${GITLAB_CI+x} ]; then | ||
24 | host="redis" | ||
25 | fi | ||
26 | |||
27 | redis-cli -h "$host" KEYS "bull-localhost:$port*" | grep -v empty | xargs --no-run-if-empty redis-cli -h "$host" DEL | 23 | redis-cli -h "$host" KEYS "bull-localhost:$port*" | grep -v empty | xargs --no-run-if-empty redis-cli -h "$host" DEL |
28 | redis-cli -h "$host" KEYS "redis-localhost:$port*" | grep -v empty | xargs --no-run-if-empty redis-cli -h "$host" DEL | 24 | redis-cli -h "$host" KEYS "redis-localhost:$port*" | grep -v empty | xargs --no-run-if-empty redis-cli -h "$host" DEL |
29 | redis-cli -h "$host" KEYS "*redis-localhost:$port-" | grep -v empty | xargs --no-run-if-empty redis-cli -h "$host" DEL | 25 | redis-cli -h "$host" KEYS "*redis-localhost:$port-" | grep -v empty | xargs --no-run-if-empty redis-cli -h "$host" DEL |