Browse Source

Syntax fix in build file

pull/95/head
Sebastian Stehle 8 years ago
parent
commit
1afc35816e
  1. 5
      .drone.yml

5
.drone.yml

@ -49,7 +49,7 @@ pipeline:
secrets: [ slack_webhook ]
when:
status: [ failure, success ]
cleanup:
image: docker
commands:
@ -58,5 +58,4 @@ pipeline:
- /var/run/docker.sock:/var/run/docker.sock
- /var/lib/docker:/var/lib/docker
when:
status: failure
status: failure
Loading…
Cancel
Save