diff options
author | Morris Jobke <hey@morrisjobke.de> | 2020-05-29 21:35:57 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-29 21:35:57 +0200 |
commit | 555108dc65501ba08d0b70c05e0eaebd6379c4b1 (patch) | |
tree | a862562dc159c0f14178c9116d577e2304cbfc90 /.drone.yml | |
parent | c31b2d6ce15a71b681eabadcc4fce6d0f98f5cb2 (diff) | |
download | nextcloud-server-555108dc65501ba08d0b70c05e0eaebd6379c4b1.tar.gz nextcloud-server-555108dc65501ba08d0b70c05e0eaebd6379c4b1.zip |
Revert "[stable18] Fix password changes in link and mail shares"
Diffstat (limited to '.drone.yml')
-rw-r--r-- | .drone.yml | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/.drone.yml b/.drone.yml index e0671a050a5..2e2e9e8f959 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1419,37 +1419,6 @@ trigger: --- kind: pipeline -name: integration-sharing-v1-video-verification - -steps: -- name: submodules - image: docker:git - commands: - - git submodule update --init -- name: install-talk - image: docker:git - commands: - # JavaScript files are not used in integration tests so it is not needed to - # build them. - - git clone --branch stable18 --depth 1 https://github.com/nextcloud/spreed apps/spreed -- name: integration-sharing-v1-video-verification - 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 sharing_features/sharing-v1-video-verification.feature - -trigger: - branch: - - master - - stable* - event: - - pull_request - - push - ---- -kind: pipeline name: integration-setup-features steps: |