mirror of
https://github.com/joomla-extensions/weblinks.git
synced 2025-01-26 22:08:27 +00:00
Customise the CMS directory so it's in the apache scope
This commit is contained in:
parent
7e668b9751
commit
8adb1d1495
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user