32
1
mirror of https://github.com/joomla-extensions/weblinks.git synced 2024-12-26 01:57:30 +00:00

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

View File

@ -6,6 +6,11 @@ echo "Started building at $(date) - $(whoami)"
# Update composer # Update composer
composer self-update composer self-update
# show directory listing
ls -al
ls -al vendor
mount
# Install dependencies # Install dependencies
composer install --no-interaction --no-progress composer install --no-interaction --no-progress