Update ci
Some checks reported errors
continuous-integration/drone/push Build was killed
continuous-integration/drone/pr Build is passing

This commit is contained in:
Dominic Grimm 2022-02-18 21:01:03 +01:00
parent bb3db2bef0
commit bbcd121848

View file

@ -21,6 +21,8 @@ steps:
path: /cache path: /cache
settings: settings:
restore: true restore: true
cache_key: gzip
archive_format: gzip
mount: mount:
- ./docs/book - ./docs/book
- name: docs - name: docs
@ -41,6 +43,8 @@ steps:
path: /cache path: /cache
settings: settings:
rebuild: true rebuild: true
cache_key: gzip
archive_format: gzip
mount: mount:
- ./docs/book - ./docs/book
depends_on: depends_on:
@ -73,6 +77,8 @@ steps:
path: /cache path: /cache
settings: settings:
restore: true restore: true
cache_key: gzip
archive_format: gzip
mount: mount:
- ./docker/backend/lib - ./docker/backend/lib
- ./docker/backend/docs - ./docker/backend/docs
@ -107,6 +113,8 @@ steps:
path: /cache path: /cache
settings: settings:
rebuild: true rebuild: true
cache_key: gzip
archive_format: gzip
mount: mount:
- ./docker/backend/lib - ./docker/backend/lib
- ./docker/backend/docs - ./docker/backend/docs
@ -170,6 +178,8 @@ steps:
path: /cache path: /cache
settings: settings:
restore: true restore: true
cache_key: gzip
archive_format: gzip
mount: mount:
- ./docs/book - ./docs/book
- ./docker/backend/docs - ./docker/backend/docs