Fix CI
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Melora Hugues 2023-07-24 23:09:29 +02:00
parent ad52dca10f
commit 67a02df187

View file

@ -8,13 +8,13 @@ steps:
- name: go-test
image: golang
commands:
- make -C template test
- make -C bootserver test
depends_on:
- name: go-build
image: golang
commands:
- make -C template build
- make -C bootserver build
depends_on:
- name: docker-build-only