testing if vendor folder is mounted

This commit is contained in:
Yves Hoppe 2016-08-26 11:39:04 +02:00
parent 3322e761b5
commit e495804688
1 changed files with 5 additions and 0 deletions

View File

@ -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