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:
parent
3322e761b5
commit
e495804688
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user