|
@@ -24,7 +24,7 @@ pipeline:
|
|
|
- cp app/config/bundles/ik/base-admin-bundle/parameters.yml.dist app/config/bundles/ik/base-admin-bundle/parameters.yml
|
|
|
- chmod 0400 keys/bitbucket.id_rsa
|
|
|
- eval $(ssh-agent); ssh-add keys/bitbucket.id_rsa
|
|
|
- - composer install -n --no-progress
|
|
|
+ - composer install --no-interaction --no-progress
|
|
|
- chmod 0777 -R var/logs var/cache var/sessions
|
|
|
- php bin/console doctrine:schema:update --force -vvv --env=test
|
|
|
- vendor/phpunit/phpunit/phpunit --tap -c phpunit.xml.dist
|