mirror of
https://codeberg.org/gitnex/GitNex.git
synced 2024-12-16 15:48:13 +08:00
dont run twice
This commit is contained in:
parent
e296a83aab
commit
ea52d6c6d2
14
.drone.yml
14
.drone.yml
@ -1,5 +1,6 @@
|
|||||||
|
---
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
name: gitnex-ci
|
name: gitnex-ci-confirm
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
@ -8,6 +9,16 @@ steps:
|
|||||||
commands:
|
commands:
|
||||||
- ./gradlew test
|
- ./gradlew test
|
||||||
|
|
||||||
|
trigger:
|
||||||
|
event:
|
||||||
|
- pull_request
|
||||||
|
|
||||||
|
---
|
||||||
|
kind: pipeline
|
||||||
|
name: gitnex-ci-build
|
||||||
|
|
||||||
|
steps:
|
||||||
|
|
||||||
- name: build
|
- name: build
|
||||||
image: nextcloudci/android:android-49
|
image: nextcloudci/android:android-49
|
||||||
commands:
|
commands:
|
||||||
@ -19,4 +30,3 @@ steps:
|
|||||||
trigger:
|
trigger:
|
||||||
event:
|
event:
|
||||||
- push
|
- push
|
||||||
- pull_request
|
|
||||||
|
Loading…
Reference in New Issue
Block a user