1
0
Fork 0

Remove unused gitlab ci env variables

This commit is contained in:
Chocobozzz 2020-08-24 16:35:01 +02:00 committed by Chocobozzz
parent a293ac71d8
commit ee90f1bc19
3 changed files with 1 additions and 7 deletions

View file

@ -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