From dcb645e8bd28a7730be62f3d5511c3b581d00c38 Mon Sep 17 00:00:00 2001 From: wilsonge Date: Thu, 12 Sep 2019 13:57:15 +0100 Subject: [PATCH] Further fix path --- .drone/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone/build.sh b/.drone/build.sh index 1a2e979..db0bbf3 100644 --- a/.drone/build.sh +++ b/.drone/build.sh @@ -13,7 +13,7 @@ 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!tests/joomla!/tests/joomla!' RoboFile.ini +sed -i 's!tests/joomla!/tests/www/tests/joomla!' RoboFile.ini # Build package vendor/bin/robo build --dev