diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/ci.sh | 2 |
1 files changed, 0 insertions, 2 deletions
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 | |||
7 | exit -1 | 7 | exit -1 |
8 | fi | 8 | fi |
9 | 9 | ||
10 | killall -q peertube || true | ||
11 | |||
12 | retries=3 | 10 | retries=3 |
13 | 11 | ||
14 | runTest () { | 12 | runTest () { |