fix drone.yml
This commit is contained in:
parent
16e4003ac8
commit
f257f4b589
1 changed files with 6 additions and 6 deletions
12
.drone.yml
12
.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
|
||||
|
|
Loading…
Reference in a new issue