Explorar o código

Fix travis regex

Chocobozzz %!s(int64=4) %!d(string=hai) anos
pai
achega
c76130067c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      scripts/ci.sh

+ 1 - 1
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: ""#$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