From 868e119666740663bd67e58d9accc3e637319e8d Mon Sep 17 00:00:00 2001 From: wilsonge Date: Thu, 12 Sep 2019 17:53:04 +0100 Subject: [PATCH] Facepalm --- .drone/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone/build.sh b/.drone/build.sh index 455ad20..da4bb81 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 # Create the apache root directory then configure the RoboFile to use it for the Joomla Site -mkdir -p /tests/www +mkdir -p /tests/www/tests/joomla chown -R www-data /tests sed -i -r 's!^(cmsPath\s*=\s*)(.*)!\1\/tests\/www\/\2!' RoboFile.ini