diff --git a/.drone/build.sh b/.drone/build.sh index db0bbf3..018894c 100644 --- a/.drone/build.sh +++ b/.drone/build.sh @@ -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