瀏覽代碼

Arreglo espacios .drone.yml

gabriel 7 年之前
父節點
當前提交
cbba8c6db1
共有 1 個文件被更改,包括 18 次插入18 次删除
  1. 18 18
      .drone.yml

+ 18 - 18
.drone.yml

@@ -46,23 +46,23 @@ pipeline:
       - vendor/phpunit/phpunit/phpunit -c phpunit.xml.dist
       - vendor/phpunit/phpunit/phpunit -c phpunit.xml.dist
 
 
   docker:
   docker:
-   repo : docker.infra.flowdat.com/fd3/dhcp
-   image: plugins/docker
-   email: luciano@interlink.com.ar
-   registry: docker.infra.flowdat.com
-   tag: 
-     - latest
-   when:
-    event: [push]
-    branch: [master]
+    repo : docker.infra.flowdat.com/fd3/dhcp
+    image: plugins/docker
+    email: luciano@interlink.com.ar
+    registry: docker.infra.flowdat.com
+    tag: 
+      - latest
+    when:
+      event: [push]
+      branch: [master]
 
 
   docker_version_tag:
   docker_version_tag:
-   repo : docker.infra.flowdat.com/fd3/dhcp
-   image: plugins/docker
-   email: luciano@interlink.com.ar
-   registry: docker.infra.flowdat.com
-   tag:
-     - "${DRONE_TAG##v}"
-   when:
-     event: [tag]
-     branch: [v*]
+    repo : docker.infra.flowdat.com/fd3/dhcp
+    image: plugins/docker
+    email: luciano@interlink.com.ar
+    registry: docker.infra.flowdat.com
+    tag:
+      - "${DRONE_TAG##v}"
+    when:
+      event: [tag]
+      branch: [v*]