Browse Source

drone fix.

Luciano Andrade 7 years ago
parent
commit
633149b99e
1 changed files with 0 additions and 9 deletions
  1. 0 9
      .drone.yml

+ 0 - 9
.drone.yml

@@ -36,15 +36,6 @@ pipeline:
 
       - chmod 0400 keys/bitbucket.id_rsa
       - 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/parameters.yml.dist                              app/config/parameters.yml
-      - cp  app/config/url_webservice.yml.dist                          app/config/url_webservice.yml
-      - cp  app/config/hwioauthbundle/parameters.yml.dist               app/config/hwioauthbundle/parameters.yml
-      - cp  app/config/bundles/ik/device-bundle/parameters.yml.dist     app/config/bundles/ik/device-bundle/parameters.yml
-      - cp  app/config/bundles/ik/audit-bundle/parameters.yml.dist      app/config/bundles/ik/audit-bundle/parameters.yml
-      - cp  app/config/bundles/ik/base-admin-bundle/parameters.yml.dist app/config/bundles/ik/base-admin-bundle/parameters.yml
- 
       - composer install -n --no-progress --no-scripts
       - php bin/console doctrine:schema:update --force
       - composer install -n --no-progress