From 36619ac8f50daf51a46658f0b530495ba3a0b6bf Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 22 Jan 2020 10:00:38 +0100 Subject: Reduce dev commands RAM usage --- scripts/ci.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/ci.sh') 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 killall -q peertube || true -perl -0777 -i -pe 's#proxy:(\n\s+)enabled: false\n\s+url: ""#proxy:$1enabled: true$1url: "https://cpy.re:7899"#' config/test.yaml +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 if [ "$1" = "misc" ]; then npm run build -- --light-fr -- cgit v1.2.3