30
1
mirror of https://github.com/joomla-extensions/weblinks.git synced 2024-06-04 07:20:49 +00:00

Temporary workaround

This commit is contained in:
wilsonge 2019-09-12 13:50:52 +01:00
parent 8adb1d1495
commit 32b7e75867
No known key found for this signature in database
GPG Key ID: EF81319318FC9D04

View File

@ -13,7 +13,7 @@ cp jorobo.dist.ini jorobo.ini
cp RoboFile.dist.ini RoboFile.ini cp RoboFile.dist.ini RoboFile.ini
# Make sure the path to the CMS is inside the apache config for docker # 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 sed -i 's!tests/joomla!/tests/joomla!' RoboFile.ini
# Build package # Build package
vendor/bin/robo build --dev vendor/bin/robo build --dev