Ver código fonte

.drone.yml edited online with Bitbucket

Luciano Andrade 7 anos atrás
pai
commit
d0088806ef
1 arquivos alterados com 2 adições e 6 exclusões
  1. 2 6
      .drone.yml

+ 2 - 6
.drone.yml

@@ -49,12 +49,10 @@ pipeline:
    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]
+     event: [push]
      branch: [master]
 
  docker_version:
@@ -62,10 +60,8 @@ pipeline:
    image: plugins/docker
    email: luciano@interlink.com.ar
    registry: docker.infra.flowdat.com
-   username: drone
-   password: 6hd2dLfL
    tag:
      - ${DRONE_TAG##v}
    when:
-     event: [pull_request, push, tag]
+     event: [tag]
      branch: [v*]