From 6bc77a63649c92dc5d34c530e48770ab7ea3af62 Mon Sep 17 00:00:00 2001 From: Sebastian Stehle Date: Sun, 6 Aug 2017 20:50:02 +0200 Subject: [PATCH] Build fixed --- .drone.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.drone.yml b/.drone.yml index b59b6e9c4..b2717ee0e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -51,8 +51,12 @@ pipeline: status: [ failure, success ] cleanup: + image: docker commands: - docker system prune -f + volumes: + - /var/run/docker.sock:/var/run/docker.sock + - /var/lib/docker:/var/lib/docker when: status: failure \ No newline at end of file