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