Guillermo Espinoza 7 rokov pred
rodič
commit
0aec6d352c
1 zmenil súbory, kde vykonal 36 pridanie a 36 odobranie
  1. 36 36
      .drone.yml

+ 36 - 36
.drone.yml

@@ -44,41 +44,41 @@ pipeline:
       - tail -f var/logs/*.log &
       - vendor/phpunit/phpunit/phpunit -c phpunit.xml.dist
 
-  docker:
-   repo : docker.infra.flowdat.com/fd3/dhcp
-   image: plugins/docker
-   email: luciano@interlink.com.ar
-   registry: docker.infra.flowdat.com
-   username: drone
-   password: 6hd2dLfL
-   tag:
-     - latest
-   when:
-     event: [pull_request, push, tag]
-     branch: [master]
+docker:
+ repo : docker.infra.flowdat.com/fd3/dhcp
+ image: plugins/docker
+ email: luciano@interlink.com.ar
+ registry: docker.infra.flowdat.com
+ username: drone
+ password: 6hd2dLfL
+ tag:
+  - latest
+ when:
+  event: [pull_request, push, tag]
+  branch: [master]
 
- docker_version:
-   repo : docker.infra.flowdat.com/fd3/dhcp
-   image: plugins/docker
-   email: luciano@interlink.com.ar
-   registry: docker.infra.flowdat.com
-   username: drone
-   password: 6hd2dLfL
-   tag:
-     - "${DRONE_BRANCH##v}"
-   when:
-     event: [push]
-     branch: [v*]
+docker_version:
+ repo : docker.infra.flowdat.com/fd3/dhcp
+ image: plugins/docker
+ email: luciano@interlink.com.ar
+ registry: docker.infra.flowdat.com
+ username: drone
+ password: 6hd2dLfL
+ tag:
+  - "${DRONE_BRANCH##v}"
+ when:
+  event: [push]
+  branch: [v*]
 
- docker_version_tag:
-   repo : docker.infra.flowdat.com/fd3/dhcp
-   image: plugins/docker
-   email: luciano@interlink.com.ar
-   registry: docker.infra.flowdat.com
-   username: drone
-   password: 6hd2dLfL
-   tag:
-     - "${DRONE_TAG##v}"
-   when:
-     event: [tag]
-     branch: [v*]
+docker_version_tag:
+ repo : docker.infra.flowdat.com/fd3/dhcp
+ image: plugins/docker
+ email: luciano@interlink.com.ar
+ registry: docker.infra.flowdat.com
+ username: drone
+ password: 6hd2dLfL
+ tag:
+  - "${DRONE_TAG##v}"
+ when:
+  event: [tag]
+  branch: [v*]