From 4e7c9a88c0bcf0269bb8b7909fa97767f86fbe1b Mon Sep 17 00:00:00 2001 From: Ivan Pedrazas Date: Mon, 28 Aug 2017 23:12:40 +0100 Subject: [PATCH] drone file modified --- .drone.yml | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/.drone.yml b/.drone.yml index 61b55aa..43079d1 100644 --- a/.drone.yml +++ b/.drone.yml @@ -17,7 +17,7 @@ pipeline: build_docker_image: - image: docker:17.05 + image: docker:17.05-dind environment: - DOCKER_HOST=tcp://127.0.0.1:2375 - TAG=$DRONE_BRANCH-$DRONE_COMMIT_SHA:0:7 @@ -29,7 +29,7 @@ pipeline: secrets: ["quay_username", "quay_password"] build_docker_latest: - image: docker:17.05 + image: docker:17.05-dind environment: - DOCKER_HOST=tcp://127.0.0.1:2375 - TAG=$DRONE_BRANCH-$DRONE_COMMIT_SHA:0:7 @@ -51,15 +51,6 @@ pipeline: {{ build.author }} finished building ** of {{ repo.name }} with a {{ build.status }} status secrets: ["slack_webhook"] - -services: - dind: - image: docker:17.05-dind - privileged: true - command: - - "-s" - - "overlay" - plugin: name: drone-helm desc: Execute helm to