From 47f908ff47a3332d30c061d10b51f4e4ec960884 Mon Sep 17 00:00:00 2001 From: xuu Date: Sat, 29 Aug 2020 01:32:41 +0000 Subject: [PATCH] test --- .drone.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.drone.yml b/.drone.yml index 0d6c8d0..7d7f35e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -9,11 +9,6 @@ platform: steps: - name: Setup - commands: -me: Setup - commands: - commands: -me: Setup commands: - git fetch origin --tags - make setup @@ -21,6 +16,7 @@ me: Setup - name: Test commands: - make test + trigger: event: - push @@ -37,6 +33,7 @@ platform: steps: - name: Setup commands: + - git fetch origin --tags - make setup - name: Build Release