This website works better with JavaScript.
Home
Help
Sign In
Schoumi
/
Goblim
Watch
1
Star
1
Fork
0
Code
Issues
0
Pull Requests
0
Releases
10
Wiki
Activity
Browse Source
fix drone.yml
master
Schoumi
1 year ago
parent
5cd0880530
commit
0a9f2d1f6e
2 changed files
with
1 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-2
.drone.yml
+0
-1
.gitignore
+ 1
- 2
.drone.yml
View File
@@ -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:
+ 0
- 1
.gitignore
View File
@@ -8,7 +8,6 @@ gen/
.gradle/
build/
/*/build/
gradlew*
# Local configuration file (sdk path, etc)
local.properties
Write
Preview
Loading…
Cancel
Save