Fixed backend step
Some checks reported errors
continuous-integration/drone/push Build was killed

This commit is contained in:
Dominic Grimm 2022-01-23 09:17:53 +01:00
parent b69bcbb23f
commit b8622b8a60

View file

@ -21,12 +21,12 @@ steps:
- name: ameba
image: veelenga/ameba
commands:
- cd docker/api/
- cd docker/backend/
- ameba micrate/src/ src/
- name: pgsanity
image: boechat107/pgsanity
commands:
- cd docker/api/db/
- cd docker/backend/db/
- find -name "*.sql" | xargs pgsanity
- name: api
image: docker:dind