overleaf-ldap/.drone.yml
Jan-Henrik Bruhn 1875fca490
Some checks failed
continuous-integration/drone/push Build is failing
dind experiments
2022-12-29 23:06:57 +01:00

17 lines
212 B
YAML

---
kind: pipeline
type: docker
name: default
steps:
- name: build
image: docker:dind
volumes:
- name: dockersock
path: /var/run
commands:
- docker build .
volumes:
- name: dockersock
temp: {}