mirror of
https://github.com/joomla-extensions/weblinks.git
synced 2024-12-25 01:45:59 +00:00
testing if vendor folder is mounted
This commit is contained in:
parent
3322e761b5
commit
e495804688
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user