mirror of
https://github.com/joomla-extensions/weblinks.git
synced 2024-12-25 17:51:07 +00:00
Moved composer install to the top so caching can work
This commit is contained in:
parent
9a754e4484
commit
3322e761b5
@ -3,17 +3,17 @@ VERSION="$(git rev-parse --short HEAD)"
|
||||
|
||||
echo "Started building at $(date) - $(whoami)"
|
||||
|
||||
mkdir -p /tests/www
|
||||
cp -r ./* /tests/www
|
||||
|
||||
cd /tests/www
|
||||
|
||||
# Update composer
|
||||
composer self-update
|
||||
|
||||
# Install dependencies
|
||||
composer install --no-interaction --no-progress
|
||||
|
||||
mkdir -p /tests/www
|
||||
cp -r ./* /tests/www
|
||||
|
||||
cd /tests/www
|
||||
|
||||
cp jorobo.dist.ini jorobo.ini
|
||||
cp RoboFile.dist.ini RoboFile.ini
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user