From 98846837ebb6bfbed3866eee5258946b35769651 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 18 Nov 2021 15:22:53 +0100 Subject: Stop killing peertube in ci script --- scripts/ci.sh | 2 -- 1 file changed, 2 deletions(-) (limited to 'scripts/ci.sh') diff --git a/scripts/ci.sh b/scripts/ci.sh index 2cb3b96db..a628cbced 100755 --- a/scripts/ci.sh +++ b/scripts/ci.sh @@ -7,8 +7,6 @@ if [ $# -eq 0 ]; then exit -1 fi -killall -q peertube || true - retries=3 runTest () { -- cgit v1.2.3