From 3322e761b58e9c84954c4dffc0b7861708f0000e Mon Sep 17 00:00:00 2001 From: Yves Hoppe Date: Fri, 26 Aug 2016 10:53:53 +0200 Subject: [PATCH] Moved composer install to the top so caching can work --- .drone/build.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.drone/build.sh b/.drone/build.sh index ad82f26..fa81064 100644 --- a/.drone/build.sh +++ b/.drone/build.sh @@ -3,17 +3,17 @@ VERSION="$(git rev-parse --short HEAD)" echo "Started building at $(date) - $(whoami)" -mkdir -p /tests/www -cp -r ./* /tests/www - -cd /tests/www - # Update composer composer self-update # Install dependencies composer install --no-interaction --no-progress +mkdir -p /tests/www +cp -r ./* /tests/www + +cd /tests/www + cp jorobo.dist.ini jorobo.ini cp RoboFile.dist.ini RoboFile.ini