|
|
|
@ -754,6 +754,31 @@ trigger: |
|
|
|
|
- pull_request |
|
|
|
|
- push |
|
|
|
|
|
|
|
|
|
--- |
|
|
|
|
kind: pipeline |
|
|
|
|
name: integration-collaboration_features |
|
|
|
|
|
|
|
|
|
steps: |
|
|
|
|
- name: submodules |
|
|
|
|
image: docker:git |
|
|
|
|
commands: |
|
|
|
|
- git submodule update --init |
|
|
|
|
- name: integration-collaboration_features |
|
|
|
|
image: nextcloudci/integration-php7.3:integration-php7.3-2 |
|
|
|
|
commands: |
|
|
|
|
- bash tests/drone-run-integration-tests.sh || exit 0 |
|
|
|
|
- ./occ maintenance:install --admin-pass=admin --data-dir=/dev/shm/nc_int |
|
|
|
|
- cd build/integration |
|
|
|
|
- ./run.sh collaboration_features/ |
|
|
|
|
|
|
|
|
|
trigger: |
|
|
|
|
branch: |
|
|
|
|
- master |
|
|
|
|
- stable* |
|
|
|
|
event: |
|
|
|
|
- pull_request |
|
|
|
|
- push |
|
|
|
|
|
|
|
|
|
--- |
|
|
|
|
kind: pipeline |
|
|
|
|
name: integration-federation_features |
|
|
|
|