diff --git a/.drone.yml b/.drone.yml index 8d707f1..85225c8 100644 --- a/.drone.yml +++ b/.drone.yml @@ -18,7 +18,7 @@ steps: - name: itest image: docker/compose:alpine-1.26.2 commands: - - apk add make + - apk add make git - make itest - name: notify