Customise the CMS directory so it's in the apache scope

This commit is contained in:
wilsonge 2019-09-12 11:56:51 +01:00
parent 7e668b9751
commit 8adb1d1495
No known key found for this signature in database
GPG Key ID: EF81319318FC9D04
1 changed files with 3 additions and 5 deletions

View File

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