aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/ci.sh
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2020-01-21 17:02:01 +0100
committerChocobozzz <me@florianbigard.com>2020-01-21 17:02:01 +0100
commitc76130067cb8718bbbe863b672c89a9d22c4a0b3 (patch)
tree328f7bdb2cbe3038ead3001fa8f399c6239618e5 /scripts/ci.sh
parentbe7ca0c6b9c51c639bac7d2da94599893e7b1c01 (diff)
downloadPeerTube-c76130067cb8718bbbe863b672c89a9d22c4a0b3.tar.gz
PeerTube-c76130067cb8718bbbe863b672c89a9d22c4a0b3.tar.zst
PeerTube-c76130067cb8718bbbe863b672c89a9d22c4a0b3.zip
Fix travis regex
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 7b5c3f2bb..9ff640c8e 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: ""#$1url: "'"$PROXY_URL"'"#' config/test.yaml 12perl -0777 -i -pe 's#proxy:(\n\s+)enabled: false\n\s+url: ""#proxy:$1enabled: true$1url: "'"$PROXY_URL"'"#' 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