better sed

This commit is contained in:
wilsonge 2019-09-12 14:12:11 +01:00
parent dcb645e8bd
commit 9df38af0ab
No known key found for this signature in database
GPG Key ID: EF81319318FC9D04
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ cp jorobo.dist.ini jorobo.ini
cp RoboFile.dist.ini RoboFile.ini
# Make sure the path to the CMS is inside the apache config for docker
sed -i 's!tests/joomla!/tests/www/tests/joomla!' RoboFile.ini
sed -r 's!^(cmsPath\s*=\s*)(.*)!\1\/tests\/www\/\2!' RoboFile.ini
# Build package
vendor/bin/robo build --dev