Fix escaping of sed command for CI
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone Build is passing

This commit is contained in:
Garrett Mills 2020-10-05 19:12:33 -05:00
parent 3158b0408d
commit e8baaa0507
Signed by: garrettmills
GPG Key ID: D2BF5FBA8298F246

View File

@ -53,7 +53,7 @@ steps:
- rm -rf www
- tar xzf build.tar.gz
- cd www
- sed -i 's/<base href="\/" \/>/<base href="\/i\/"\/>/' index.html
- sed -i 's/<base href="\\/" \\/>/<base href="\\/i\\/"\\/>/' index.html
- sed -i 's/Ionic App/Noded/' index.html
when:
event: promote