|
@@ -37,6 +37,7 @@ pipeline:
|
|
|
- eval $(ssh-agent); ssh-add keys/bitbucket.id_rsa
|
|
|
- cp app/config/bundles/ik/device-bundle/parameters.yml.drone app/config/bundles/ik/device-bundle/parameters.yml
|
|
|
- cp app/config/bundles/ik/base-admin-bundle/parameters.yml.dist app/config/bundles/ik/base-admin-bundle/parameters.yml
|
|
|
+ - cp app/config/bundles/ik/webservice-bundle/parameters.yml.dist app/config/bundles/ik/webservice-bundle/parameters.yml
|
|
|
- composer install -n --no-progress
|
|
|
- composer dump-autoload --optimize
|
|
|
- chmod 0777 -R var/logs var/cache var/sessions
|
|
@@ -44,7 +45,7 @@ pipeline:
|
|
|
- touch var/logs/test.log
|
|
|
|
|
|
- tail -f var/logs/*.log &
|
|
|
-# - bin/console server:run --help --end=prod
|
|
|
+ - bin/console server:run --help --end=prod
|
|
|
- vendor/phpunit/phpunit/phpunit -c phpunit.xml.dist
|
|
|
|
|
|
docker:
|