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