diff options
author | Chocobozzz <me@florianbigard.com> | 2020-01-22 10:00:38 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2020-01-22 10:18:57 +0100 |
commit | 36619ac8f50daf51a46658f0b530495ba3a0b6bf (patch) | |
tree | 408be5f4667bddc31cfe4b918d20f773d106f632 /scripts/ci.sh | |
parent | 11c4e3606664239f0b21bf04f31020550ceba2f2 (diff) | |
download | PeerTube-36619ac8f50daf51a46658f0b530495ba3a0b6bf.tar.gz PeerTube-36619ac8f50daf51a46658f0b530495ba3a0b6bf.tar.zst PeerTube-36619ac8f50daf51a46658f0b530495ba3a0b6bf.zip |
Reduce dev commands RAM usage
Diffstat (limited to 'scripts/ci.sh')
-rwxr-xr-x | scripts/ci.sh | 2 |
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 | ||
10 | killall -q peertube || true | 10 | killall -q peertube || true |
11 | 11 | ||
12 | perl -0777 -i -pe 's#proxy:(\n\s+)enabled: false\n\s+url: ""#proxy:$1enabled: true$1url: "https://cpy.re:7899"#' config/test.yaml | 12 | perl -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 | ||
14 | if [ "$1" = "misc" ]; then | 14 | if [ "$1" = "misc" ]; then |
15 | npm run build -- --light-fr | 15 | npm run build -- --light-fr |