kubermemes/.drone.yml

17 lines
366 B
YAML
Raw Permalink Normal View History

2020-01-23 21:22:03 +00:00
kind: pipeline
name: "test drone config"
steps:
- commands:
2020-09-01 20:57:45 +00:00
- "docker pull xena/dhall-yaml"
2020-01-23 21:22:03 +00:00
- "docker build -t xena/kubermemes ."
image: docker:dind
name: "build image xena/kubermemes"
volumes:
- name: dockersock
2020-01-23 21:25:02 +00:00
path: /var/run/docker.sock
2020-01-23 21:22:03 +00:00
type: docker
volumes:
- host:
path: /var/run/docker.sock
name: dockersock