From a40cd4757f8e1bc9a6cc41ca77347775b52e5df6 Mon Sep 17 00:00:00 2001 From: Xuu Date: Mon, 17 Aug 2020 09:45:10 -0600 Subject: [PATCH] update runner --- .drone.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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