diff --git a/.drone.yml b/.drone.yml index 801ea35..7f68374 100644 --- a/.drone.yml +++ b/.drone.yml @@ -9,20 +9,20 @@ platform: steps: - name: Setup - commands: + commands: - make setup - name: Test - commands: + commands: - make test - name: Build Release - commands: + commands: - cd debian && make release - cd debian && make build - name: deploy - commands: + commands: - cd debian && make copy - cd debian && make deploy ... \ No newline at end of file