dont run twice

This commit is contained in:
6543 2019-10-13 02:46:52 +02:00
parent e296a83aab
commit ea52d6c6d2
No known key found for this signature in database
GPG Key ID: A1CA74D27FD13271
1 changed files with 12 additions and 2 deletions

View File

@ -1,5 +1,6 @@
---
kind: pipeline
name: gitnex-ci
name: gitnex-ci-confirm
steps:
@ -8,6 +9,16 @@ steps:
commands:
- ./gradlew test
trigger:
event:
- pull_request
---
kind: pipeline
name: gitnex-ci-build
steps:
- name: build
image: nextcloudci/android:android-49
commands:
@ -19,4 +30,3 @@ steps:
trigger:
event:
- push
- pull_request