From 85dfec4235b6822297cf8372a19f9259b599e913 Mon Sep 17 00:00:00 2001 From: Harald Leithner Date: Mon, 19 Jul 2021 15:07:41 +0200 Subject: [PATCH] Update build.sh --- .drone/build.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/.drone/build.sh b/.drone/build.sh index 7809bf4..0b82314 100644 --- a/.drone/build.sh +++ b/.drone/build.sh @@ -16,9 +16,6 @@ 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