|
@@ -31,6 +31,7 @@ pipeline:
|
|
|
- echo 'date.timezone="America/Argentina/Buenos_Aires"' >> /etc/php/7.0/cli/php.ini
|
|
|
|
|
|
- cp app/config/bundles/ik/base-admin-bundle/parameters.yml.dist app/config/bundles/ik/base-admin-bundle/parameters.yml
|
|
|
+ - cp app/config/parameters.yml.docker app/config/parameters.yml
|
|
|
- chmod 0400 keys/bitbucket.id_rsa
|
|
|
- eval $(ssh-agent); ssh-add keys/bitbucket.id_rsa
|
|
|
- composer install --no-interaction --no-progress
|