updates
continuous-integration/drone/push Build encountered an error Details
continuous-integration/drone/pr Build encountered an error Details

pull/2/head
Adam Veldhousen 2021-03-12 18:35:43 -06:00
parent 741bf3fdbb
commit a251ea0389
Signed by: adam
GPG Key ID: 6DB29003C6DD1E4B
1 changed files with 11 additions and 0 deletions

View File

@ -15,6 +15,17 @@ steps:
- master
steps:
- name: docker build
image: docker:dind
volumes:
- name: dockersock
path: /var/run/docker.sock
commands:
- make docker-build-dev
when:
branch:
exclude:
- master
- name: docker build
image: docker:dind
volumes: