Update ci
Some checks failed
continuous-integration/drone/pr Build is failing
continuous-integration/drone/push Build is failing
continuous-integration/drone Build is passing

This commit is contained in:
Dominic Grimm 2022-02-18 19:11:15 +01:00
parent 9bfe6c17ff
commit a29251e88b

View file

@ -91,6 +91,8 @@ steps:
volumes: volumes:
- name: lib - name: lib
path: /drone/src/docker/backend/lib path: /drone/src/docker/backend/lib
- name: cache
path: /cache
commands: commands:
- cd docker/backend - cd docker/backend
- make docs - make docs
@ -126,6 +128,9 @@ steps:
volumes: volumes:
- name: lib - name: lib
temp: {} temp: {}
- name: cache
host:
path: /tmp/cache
- name: dockersock - name: dockersock
host: host:
path: /var/run/docker.sock path: /var/run/docker.sock