|
@@ -43,8 +43,7 @@ pipeline:
|
|
|
- ssh-keyscan -p22 bitbucket.org >> ~/.ssh/known_hosts
|
|
|
- chmod 0400 keys/bitbucket.id_rsa
|
|
|
- eval $(ssh-agent); ssh-add keys/bitbucket.id_rsa
|
|
|
- - composer update -n
|
|
|
- - composer install -n
|
|
|
+ - composer install -n --no-progress
|
|
|
- composer dump-autoload --optimize
|
|
|
- chmod 0777 -R var/logs var/cache var/sessions
|
|
|
- php bin/console doctrine:schema:update --force -vvv --env=test
|