overleaf-ldap/.drone.yml
Jan-Henrik Bruhn b9921ea553
Some checks reported errors
continuous-integration/drone/push Build encountered an error
docker service?
2022-12-29 23:08:44 +01:00

26 lines
341 B
YAML

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