drone 1 format fixed
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Sebastian Frank 2019-02-20 11:59:57 +01:00
parent 93cf5fc0d3
commit b40be9f6fa
Signed by: apairon
GPG Key ID: 7270D06DDA7FE8C3

View File

@ -59,7 +59,8 @@ steps:
- cp dist/mark2web-`cat VERSION`-linux-amd64 mark2web
- docker build -t apairon/mark2web .
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- name: docker
path: /var/run/docker.sock
when:
branch: [ master ]
event: [ push ]
@ -96,3 +97,8 @@ steps:
- sha256
when:
event: [ tag ]
volumes:
- name: docker
host:
path: /var/run/docker.sock