From e4958046886c9f643fc90942a8a3272eaeb778ab Mon Sep 17 00:00:00 2001 From: Yves Hoppe Date: Fri, 26 Aug 2016 11:39:04 +0200 Subject: [PATCH] testing if vendor folder is mounted --- .drone/build.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.drone/build.sh b/.drone/build.sh index fa81064..dce1f8d 100644 --- a/.drone/build.sh +++ b/.drone/build.sh @@ -6,6 +6,11 @@ echo "Started building at $(date) - $(whoami)" # Update composer composer self-update +# show directory listing +ls -al +ls -al vendor +mount + # Install dependencies composer install --no-interaction --no-progress