From 7381d278bdbf9f3efa04a8f6c468701c195e0ca8 Mon Sep 17 00:00:00 2001 From: wilsonge Date: Thu, 12 Sep 2019 17:00:19 +0100 Subject: [PATCH] Fix things --- .drone/build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone/build.sh b/.drone/build.sh index 088ee5e..23d5c96 100644 --- a/.drone/build.sh +++ b/.drone/build.sh @@ -14,6 +14,7 @@ cp RoboFile.dist.ini RoboFile.ini # Make sure the path to the CMS is inside the apache config for docker sed -i -r 's!^(cmsPath\s*=\s*)(.*)!\1\/tests\/www\/\2!' RoboFile.ini +cat RoboFile.ini # Build package vendor/bin/robo build --dev