„.drone.yml“ ändern
continuous-integration/drone/push Build is passing Details

main
michael 1 year ago
parent 34aa626409
commit d9168bddb3

@ -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/\Ä/\&Auml;/g' -i -e 's/\…/\&#133;/g' -i -e 's/\ä/\&auml;/g' -i -e 's/\Ö/\&Ouml;/g' -i -e 's/\ö/\&ouml;/g' -i -e 's/\Ü/\&Uuml;/g' -i -e 's/\ü/\&uuml;/g' -i -e 's/\ß/\&szlig;/g' -i -e 's/\^-/\&ndash;/g' -i -e 's/\^ /\&nbsp;/g' -i -e 's/\^</\&lt;/g' -i -e 's/\^>/\&gt;/g' -i -e 's/\^&/\&amp;/g' -i -e 's/\^\^/\&#94;/g' -i -e 's/\^x/\&times;/g' -i -e 's/\^r/\&rarr;/g' -i -e 's/\^b/\&bull;/g' -i -e 's/\^e/\&#8644;/g' -i -e 's/\^§/\;&sect;/g' $i; done
volumes:
- name: shared

Loading…
Cancel
Save