diff options
author | Chocobozzz <me@florianbigard.com> | 2021-11-18 15:22:53 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-11-18 15:32:06 +0100 |
commit | 98846837ebb6bfbed3866eee5258946b35769651 (patch) | |
tree | b81e3271dd9ada90d2e1da1618e6d0bf4179055f /scripts | |
parent | ad5db1044c8599eaaaa2a578b350777ae996b068 (diff) | |
download | PeerTube-98846837ebb6bfbed3866eee5258946b35769651.tar.gz PeerTube-98846837ebb6bfbed3866eee5258946b35769651.tar.zst PeerTube-98846837ebb6bfbed3866eee5258946b35769651.zip |
Stop killing peertube in ci script
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 () { |