mirror of
https://github.com/joomla-extensions/weblinks.git
synced 2025-02-04 18:28:25 +00:00
Fix it not editing the file
This commit is contained in:
parent
9df38af0ab
commit
2f8fb54ee3
@ -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 -r 's!^(cmsPath\s*=\s*)(.*)!\1\/tests\/www\/\2!' RoboFile.ini
|
sed -i -r 's!^(cmsPath\s*=\s*)(.*)!\1\/tests\/www\/\2!' RoboFile.ini
|
||||||
|
|
||||||
# Build package
|
# Build package
|
||||||
vendor/bin/robo build --dev
|
vendor/bin/robo build --dev
|
||||||
|
Loading…
x
Reference in New Issue
Block a user