From 7da82b9353200419ac5e747537d48defa2f021d8 Mon Sep 17 00:00:00 2001 From: Markus Pesch Date: Tue, 26 Jul 2022 17:32:33 +0200 Subject: [PATCH] fix(ci): remove docker socket volume --- .drone.yml | 60 ------------------------------------------------------ 1 file changed, 60 deletions(-) diff --git a/.drone.yml b/.drone.yml index 7b80b51..7e0a52a 100644 --- a/.drone.yml +++ b/.drone.yml @@ -66,9 +66,6 @@ steps: password: from_secret: container_image_registry_password no_cache: true - volumes: - - name: docker_socket - path: /var/run/docker.sock - name: email-notification environment: @@ -88,11 +85,6 @@ steps: - changed - failure -volumes: -- name: docker_socket - host: - path: /var/run/docker.sock - depends_on: - linter @@ -148,11 +140,6 @@ steps: - changed - failure -volumes: -- name: docker_socket - host: - path: /var/run/docker.sock - depends_on: - linter @@ -208,11 +195,6 @@ steps: - changed - failure -volumes: -- name: docker_socket - host: - path: /var/run/docker.sock - depends_on: - linter @@ -248,9 +230,6 @@ steps: password: from_secret: container_image_registry_password no_cache: true - volumes: - - name: docker_socket - path: /var/run/docker.sock - name: email-notification environment: @@ -270,11 +249,6 @@ steps: - changed - failure -volumes: -- name: docker_socket - host: - path: /var/run/docker.sock - depends_on: - linter @@ -328,11 +302,6 @@ steps: - changed - failure -volumes: -- name: docker_socket - host: - path: /var/run/docker.sock - depends_on: - linter @@ -386,11 +355,6 @@ steps: - changed - failure -volumes: -- name: docker_socket - host: - path: /var/run/docker.sock - depends_on: - linter @@ -480,9 +444,6 @@ steps: build_args: - HELM_VERSION=${DRONE_TAG} no_cache: true - volumes: - - name: docker_socket - path: /var/run/docker.sock - name: email-notification environment: @@ -502,11 +463,6 @@ steps: - changed - failure -volumes: -- name: docker_socket - host: - path: /var/run/docker.sock - trigger: event: - tag @@ -537,9 +493,6 @@ steps: build_args: - HELM_VERSION=${DRONE_TAG} no_cache: true - volumes: - - name: docker_socket - path: /var/run/docker.sock - name: email-notification environment: @@ -559,11 +512,6 @@ steps: - changed - failure -volumes: -- name: docker_socket - host: - path: /var/run/docker.sock - trigger: event: - tag @@ -594,9 +542,6 @@ steps: build_args: - HELM_VERSION=${DRONE_TAG} no_cache: true - volumes: - - name: docker_socket - path: /var/run/docker.sock - name: email-notification environment: @@ -616,11 +561,6 @@ steps: - changed - failure -volumes: -- name: docker_socket - host: - path: /var/run/docker.sock - trigger: event: - tag