From df177b5a66937ce18b72c8cca5fd4b06291608ca Mon Sep 17 00:00:00 2001 From: Harald Leithner Date: Mon, 19 Jul 2021 15:03:36 +0200 Subject: [PATCH] Update build.sh --- .drone/build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone/build.sh b/.drone/build.sh index 1439242..7809bf4 100644 --- a/.drone/build.sh +++ b/.drone/build.sh @@ -17,6 +17,7 @@ composer install --no-interaction --no-progress mkdir -p /tests/www cp -r ./* /tests/www mkdir _output +chmod +rwx _output ln -s _output /tests/www/tests/_output cd /tests/www