Fix some stuff
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Dominic Grimm 2022-07-09 17:46:14 +02:00
parent dbbb7949e8
commit c34c95ced8
No known key found for this signature in database
GPG key ID: A6C051C716D2CE65

View file

@ -7,6 +7,7 @@ steps:
- name: ameba
image: veelenga/ameba:latest
commands:
- ameba --version
- ameba src/
- name: build
image: tmaier/docker-compose