aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/ci.sh
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2020-01-22 10:00:38 +0100
committerChocobozzz <me@florianbigard.com>2020-01-22 10:18:57 +0100
commit36619ac8f50daf51a46658f0b530495ba3a0b6bf (patch)
tree408be5f4667bddc31cfe4b918d20f773d106f632 /scripts/ci.sh
parent11c4e3606664239f0b21bf04f31020550ceba2f2 (diff)
downloadPeerTube-36619ac8f50daf51a46658f0b530495ba3a0b6bf.tar.gz
PeerTube-36619ac8f50daf51a46658f0b530495ba3a0b6bf.tar.zst
PeerTube-36619ac8f50daf51a46658f0b530495ba3a0b6bf.zip
Reduce dev commands RAM usage
Diffstat (limited to 'scripts/ci.sh')
-rwxr-xr-xscripts/ci.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/ci.sh b/scripts/ci.sh
index 6281e1aa4..d111b7447 100755
--- a/scripts/ci.sh
+++ b/scripts/ci.sh
@@ -9,7 +9,7 @@ fi
9 9
10killall -q peertube || true 10killall -q peertube || true
11 11
12perl -0777 -i -pe 's#proxy:(\n\s+)enabled: false\n\s+url: ""#proxy:$1enabled: true$1url: "https://cpy.re:7899"#' config/test.yaml 12perl -0777 -i -pe 's#proxy:(\n\s+)enabled: false\n\s+url: ""#proxy:$1enabled: true$1url: "http://188.165.225.149:7899"#' config/test.yaml
13 13
14if [ "$1" = "misc" ]; then 14if [ "$1" = "misc" ]; then
15 npm run build -- --light-fr 15 npm run build -- --light-fr