浏览代码

Merge remote-tracking branch 'origin' into demo

Luciano Andrade 7 年之前
父节点
当前提交
99fe8d60cf
共有 2 个文件被更改,包括 4 次插入6 次删除
  1. 4 0
      .drone.yml
  2. 0 6
      app/config/bundles/ik/device-bundle/parameters.yml

+ 4 - 0
.drone.yml

@@ -58,3 +58,7 @@ pipeline:
    username: drone
    password: 6hd2dLfL
    tag: latest
+   when:
+     event: [pull_request, push, tag]
+     branch: master
+

+ 0 - 6
app/config/bundles/ik/device-bundle/parameters.yml

@@ -1,6 +0,0 @@
-# This file is auto-generated during the composer install
-parameters:
-    device_check_url: 'http://%env(HOST_BASE)%/api/devices/check.json'
-    device_post_url: 'http://%env(HOST_BASE)%/api/devices.json'
-    device_delete_post_url: 'http://%env(HOST_BASE)%/api/device.json'
-    device_put_url: 'http://%env(HOST_BASE)%/api/devices/'