From f257f4b5894a518abd336ce17c9ff1d3d7e90586 Mon Sep 17 00:00:00 2001 From: Schoumi Date: Mon, 23 Sep 2019 17:38:37 +0200 Subject: [PATCH] fix drone.yml --- .drone.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.drone.yml b/.drone.yml index f4b70a1..ce35870 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,9 +7,9 @@ platform: os: linux steps: - - name: - image: xmartlabs/jenkins-android - commands: - - ./gradlew assembleDebug - when: - - push +- name: build + image: xmartlabs/jenkins-android + commands: + - ./gradlew assembleDebug + when: + - push