diff options
Diffstat (limited to 'scripts/ci.sh')
-rwxr-xr-x | scripts/ci.sh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/scripts/ci.sh b/scripts/ci.sh index 9399a0f59..d90c2cd10 100755 --- a/scripts/ci.sh +++ b/scripts/ci.sh | |||
@@ -10,11 +10,8 @@ fi | |||
10 | killall -q peertube || true | 10 | killall -q peertube || true |
11 | 11 | ||
12 | retries=3 | 12 | retries=3 |
13 | jobs=2 | ||
14 | 13 | ||
15 | runTest () { | 14 | runTest () { |
16 | retries=3 | ||
17 | |||
18 | jobname=$1 | 15 | jobname=$1 |
19 | shift | 16 | shift |
20 | 17 | ||