fix drone.yml
This commit is contained in:
parent
5cd0880530
commit
0a9f2d1f6e
2 changed files with 1 additions and 3 deletions
|
@ -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
1
.gitignore
vendored
|
@ -8,7 +8,6 @@ gen/
|
|||
.gradle/
|
||||
build/
|
||||
/*/build/
|
||||
gradlew*
|
||||
|
||||
# Local configuration file (sdk path, etc)
|
||||
local.properties
|
||||
|
|
Loading…
Reference in a new issue