proper escaping for linux-based-yaml-quoted-sed
This commit is contained in:
parent
2b695163da
commit
5fe71d17a8
1 changed files with 1 additions and 1 deletions
|
|
@ -44,7 +44,7 @@ pages:
|
||||||
# simulate the drive being inserted
|
# simulate the drive being inserted
|
||||||
- mv simulated-usb-butter usb-butter
|
- mv simulated-usb-butter usb-butter
|
||||||
- "sed -i 's/^baseurl.*/baseurl: \"\\/butter-box-ui\"/' _config.yml"
|
- "sed -i 's/^baseurl.*/baseurl: \"\\/butter-box-ui\"/' _config.yml"
|
||||||
- "sed -I 's/^usb_butter_url.*/usb_butter_url: \"\\/butter-box-ui\\/usb-butter\\/\"/' _config.yml"
|
- "sed -i 's/^usb_butter_url.*/usb_butter_url: \"\\/butter-box-ui\\/usb-butter\\/\"/' _config.yml"
|
||||||
- bundle exec jekyll build -d public
|
- bundle exec jekyll build -d public
|
||||||
# Now move the zip into the public dir so it gets served.
|
# Now move the zip into the public dir so it gets served.
|
||||||
- mv ./site-en.zip ./public/site-en.zip
|
- mv ./site-en.zip ./public/site-en.zip
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue