fix drone.yml

pull/1/head
Schoumi 4 years ago
parent 5cd0880530
commit 0a9f2d1f6e

@ -1,6 +1,6 @@
---
kind: pipeline
type: docker
type: exec
name: default
platform:
@ -9,7 +9,6 @@ platform:
steps:
- name: build
image: xmartlabs/jenkins-android
commands:
- ./gradlew assembleDebug
when:

1
.gitignore vendored

@ -8,7 +8,6 @@ gen/
.gradle/
build/
/*/build/
gradlew*
# Local configuration file (sdk path, etc)
local.properties

Loading…
Cancel
Save