Fix escaping of sed command for CI
continuous-integration/drone/push Build is passing Details
continuous-integration/drone Build is passing Details

pull/18/head
Garrett Mills 4 years ago
parent 3158b0408d
commit e8baaa0507
Signed by: garrettmills
GPG Key ID: D2BF5FBA8298F246

@ -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

Loading…
Cancel
Save