From 16e4003ac8dcc1cceb040ca9e37129b4be024f7c Mon Sep 17 00:00:00 2001 From: Schoumi Date: Mon, 23 Sep 2019 17:34:20 +0200 Subject: [PATCH] fix drone.yml --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 6980c0d..f4b70a1 100644 --- a/.drone.yml +++ b/.drone.yml @@ -10,6 +10,6 @@ steps: - name: image: xmartlabs/jenkins-android commands: - - ./gradlew assembleDebug + - ./gradlew assembleDebug when: - - push + - push