diff --git a/.drone.yml b/.drone.yml index 5fa8f18..fee5103 100644 --- a/.drone.yml +++ b/.drone.yml @@ -62,9 +62,6 @@ steps: tags: latest-amd64 repo: volkerraschek/db-wait no_cache: true - volumes: - - name: docker_socket - path: /var/run/docker.sock - name: email-notification environment: @@ -84,11 +81,6 @@ steps: - changed - failure -volumes: -- name: docker_socket - host: - path: /var/run/docker.sock - depends_on: - linter @@ -138,11 +130,6 @@ steps: - changed - failure -volumes: -- name: docker_socket - host: - path: /var/run/docker.sock - depends_on: - linter @@ -192,11 +179,6 @@ steps: - changed - failure -volumes: -- name: docker_socket - host: - path: /var/run/docker.sock - depends_on: - linter @@ -230,9 +212,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: @@ -252,11 +231,6 @@ steps: - changed - failure -volumes: -- name: docker_socket - host: - path: /var/run/docker.sock - depends_on: - linter @@ -310,11 +284,6 @@ steps: - changed - failure -volumes: -- name: docker_socket - host: - path: /var/run/docker.sock - depends_on: - linter @@ -368,11 +337,6 @@ steps: - changed - failure -volumes: -- name: docker_socket - host: - path: /var/run/docker.sock - depends_on: - linter @@ -458,9 +422,6 @@ steps: build_args: - VERSION=${DRONE_TAG} no_cache: true - volumes: - - name: docker_socket - path: /var/run/docker.sock - name: email-notification environment: @@ -480,11 +441,6 @@ steps: - changed - failure -volumes: -- name: docker_socket - host: - path: /var/run/docker.sock - trigger: event: - tag @@ -515,9 +471,6 @@ steps: build_args: - VERSION=${DRONE_TAG} no_cache: true - volumes: - - name: docker_socket - path: /var/run/docker.sock - name: email-notification environment: @@ -537,11 +490,6 @@ steps: - changed - failure -volumes: -- name: docker_socket - host: - path: /var/run/docker.sock - trigger: event: - tag @@ -572,9 +520,6 @@ steps: build_args: - MARKDOWNLINT_VERSION=${DRONE_TAG} no_cache: true - volumes: - - name: docker_socket - path: /var/run/docker.sock - name: email-notification environment: @@ -594,11 +539,6 @@ steps: - changed - failure -volumes: -- name: docker_socket - host: - path: /var/run/docker.sock - trigger: event: - tag