From 32b7e75867eaaba7bc961e39e4411a146b6d0c39 Mon Sep 17 00:00:00 2001 From: wilsonge Date: Thu, 12 Sep 2019 13:50:52 +0100 Subject: [PATCH] Temporary workaround --- .drone/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone/build.sh b/.drone/build.sh index b51faa1..1a2e979 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!^cmsPath\s*=\s*(.*)!\/tests\/joomla/$1!' RoboFile.ini +sed -i 's!tests/joomla!/tests/joomla!' RoboFile.ini # Build package vendor/bin/robo build --dev