1
0
Fork 0

Fix travis regex

This commit is contained in:
Chocobozzz 2020-01-21 17:02:01 +01:00
parent be7ca0c6b9
commit c76130067c
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ fi
killall -q peertube || true
perl -0777 -i -pe 's#(proxy:\n\s+enabled: false\n\s+)url: ""#$1url: "'"$PROXY_URL"'"#' config/test.yaml
perl -0777 -i -pe 's#proxy:(\n\s+)enabled: false\n\s+url: ""#proxy:$1enabled: true$1url: "'"$PROXY_URL"'"#' config/test.yaml
if [ "$1" = "misc" ]; then
npm run build -- --light-fr