Browse Source

Build fixed

pull/95/head
Sebastian Stehle 9 years ago
parent
commit
6bc77a6364
  1. 4
      .drone.yml

4
.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
Loading…
Cancel
Save