From 610d31307854784d7aceebebf09a9e0e1b2deacc Mon Sep 17 00:00:00 2001 From: michael Date: Wed, 24 May 2023 10:00:10 +0000 Subject: [PATCH] =?UTF-8?q?=E2=80=9E.drone.yml=E2=80=9C=20=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 413dbea..30fa1b0 100644 --- a/.drone.yml +++ b/.drone.yml @@ -46,7 +46,7 @@ steps: - cp -r 127.0.0.1:5000/* /tmp/shared/target - cd /tmp/shared/target - for i in $(ls *.html); do sed -i -e 's/\—/\–/g' -i -e 's/\Ä/\Ä/g' -i -e 's/\…/\…/g' -i -e 's/\ä/\ä/g' -i -e 's/\Ö/\Ö/g' -i -e 's/\ö/\ö/g' -i -e 's/\Ü/\Ü/g' -i -e 's/\ü/\ü/g' -i -e 's/\ß/\ß/g' -i -e 's/\^-/\–/g' -i -e 's/\^ /\ /g' -i -e 's/\^/\>/g' -i -e 's/\^&/\&/g' -i -e 's/\^\^/\^/g' -i -e 's/\^x/\×/g' -i -e 's/\^r/\→/g' -i -e 's/\^b/\•/g' -i -e 's/\^e/\⇄/g' -i -e 's/\^§/\;§/g' $i; done - - for i in $(ls *.html); do sed -i -e 's/http:\/\/127.0.0.1:5000\//g' + - for i in $(ls *.html); do sed -i -e 's/http:\/\/127.0.0.1:5000\//g' $i; done volumes: - name: shared path: /tmp/shared