diff options
author | Ferdinand Thiessen <opensource@fthiessen.de> | 2024-01-30 19:46:32 +0100 |
---|---|---|
committer | Ferdinand Thiessen <opensource@fthiessen.de> | 2024-02-02 12:57:10 +0100 |
commit | f9ed7956084e1dee27cad2357ef9cfaac2e9d798 (patch) | |
tree | a2b66504b477c7b8c74cff81fac252b68be51ff1 /.drone.yml | |
parent | 50fffa8d95aa2b1adc61f69cc76408300438213d (diff) | |
download | nextcloud-server-f9ed7956084e1dee27cad2357ef9cfaac2e9d798.tar.gz nextcloud-server-f9ed7956084e1dee27cad2357ef9cfaac2e9d798.zip |
chore(ci): Migrate files-external webdav tests to GitHub
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
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 1e0a0c55e87..769d692cbfc 100644 --- a/.drone.yml +++ b/.drone.yml @@ -184,37 +184,6 @@ trigger: - pull_request - push ---- -kind: pipeline -name: sqlite-php8.0-webdav-apache - -steps: -- name: submodules - image: ghcr.io/nextcloud/continuous-integration-alpine-git:latest - commands: - - git submodule update --init -- name: sqlite-php8.0-webdav-apache - image: ghcr.io/nextcloud/continuous-integration-webdav-apache-php8.0:latest - commands: - - apache2ctl start - - ./autotest-external.sh sqlite webdav-apachedrone - - wget https://codecov.io/bash -O codecov.sh - - sh -c "if [ '$DRONE_BUILD_EVENT' = 'pull_request' ]; then bash codecov.sh -B $DRONE_BRANCH -C $DRONE_COMMIT -P $DRONE_PULL_REQUEST -t 117641e2-a9e8-4b7b-984b-ae872d9b05f5 -f tests/autotest-external-clover-sqlite.xml; fi" - - sh -c "if [ '$DRONE_BUILD_EVENT' != 'pull_request' ]; then bash codecov.sh -B $DRONE_BRANCH -C $DRONE_COMMIT -t 117641e2-a9e8-4b7b-984b-ae872d9b05f5 -f tests/autotest-external-clover-sqlite.xml; fi" - - sh -c "if [ '$DRONE_BUILD_EVENT' = 'pull_request' ]; then bash codecov.sh -B $DRONE_BRANCH -C $DRONE_COMMIT -P $DRONE_PULL_REQUEST -t 117641e2-a9e8-4b7b-984b-ae872d9b05f5 -f tests/autotest-external-clover-sqlite-webdav-apachedrone.xml; fi" - - sh -c "if [ '$DRONE_BUILD_EVENT' != 'pull_request' ]; then bash codecov.sh -B $DRONE_BRANCH -C $DRONE_COMMIT -t 117641e2-a9e8-4b7b-984b-ae872d9b05f5 -f tests/autotest-external-clover-sqlite-webdav-apachedrone.xml; fi" - -services: -- name: cache - image: ghcr.io/nextcloud/continuous-integration-redis:latest - -trigger: - branch: - - master - - stable* - event: - - pull_request - - push --- kind: signature |