overleaf-ldap/.drone.yml
Jan-Henrik Bruhn 4b33672485
Some checks failed
continuous-integration/drone/push Build is failing
Increase time
2022-12-29 23:12:40 +01:00

26 lines
347 B
YAML

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