Update
This commit is contained in:
parent
a37785b391
commit
33458b2ca3
9915 changed files with 1247019 additions and 0 deletions
17
trunk/_vendor/doctrine/migrations/build-phar.sh
Executable file
17
trunk/_vendor/doctrine/migrations/build-phar.sh
Executable file
|
|
@ -0,0 +1,17 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
git fetch origin master --tags
|
||||
|
||||
if [ -f composer.lock ]; then
|
||||
rm composer.lock
|
||||
fi
|
||||
|
||||
composer install --no-dev --optimize-autoloader
|
||||
|
||||
mkdir -p build
|
||||
|
||||
if [ ! -f box.phar ]; then
|
||||
wget https://github.com/box-project/box2/releases/download/2.6.0/box-2.6.0.phar -O box.phar
|
||||
fi
|
||||
|
||||
php box.phar build -vv
|
||||
Loading…
Add table
Add a link
Reference in a new issue