diff --git a/.drone.yml b/.drone.yml index eda75ff..2c8687a 100644 --- a/.drone.yml +++ b/.drone.yml @@ -42,7 +42,7 @@ steps: - git clone https://git.omglinux.de/michael/fdgl-production.git /tmp/shared/target - wget -mpEk http://127.0.0.1:5000 2>&1 > /dev/null || true - cp -r 127.0.0.1:5000/* /tmp/shared/target - - /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/\^x/\×/g' -i -e 's/\^r/\→/g' -i -e 's/\^b/\•/g' -i -e 's/\^e/\⇄/g' -i -e 's/\^§/\;§/g' $i; done volumes: - name: shared