diff --git a/.drone/build.sh b/.drone/build.sh index f973633..b51faa1 100644 --- a/.drone/build.sh +++ b/.drone/build.sh @@ -6,17 +6,15 @@ echo "Started building at $(date) - $(whoami)" # Update composer composer self-update -# show directory listing -ls -al -ls -al vendor -mount - # Install dependencies composer install --no-interaction --no-progress 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!^cmsPath\s*=\s*(.*)!\/tests\/joomla/$1!' RoboFile.ini + # Build package vendor/bin/robo build --dev