diff --git a/drone/.drone.yml b/drone/.drone.yml index 37d14ea..154355e 100644 --- a/drone/.drone.yml +++ b/drone/.drone.yml @@ -10,8 +10,8 @@ steps: - name: build path: ./build commands: - - ./mill __.compile - - ./mill tests.test + - ./mill --disable-ticker __.compile + - ./mill --disable-ticker tests.test # - name: Deploy # image: override6/tbasket-backend:latest