diff options
author | Ferdinand Thiessen <opensource@fthiessen.de> | 2024-02-10 20:22:49 +0100 |
---|---|---|
committer | Ferdinand Thiessen <opensource@fthiessen.de> | 2024-02-14 13:45:51 +0100 |
commit | d04c35c847b36c6572b1bfca81939add79cc9f07 (patch) | |
tree | d10960d4ae89b6e673e03e3d0ee93126ae18850c /.drone.yml | |
parent | 3fb1674251569e4972554f6500a66986eedfebf3 (diff) | |
download | nextcloud-server-d04c35c847b36c6572b1bfca81939add79cc9f07.tar.gz nextcloud-server-d04c35c847b36c6572b1bfca81939add79cc9f07.zip |
chore(CI): Migrate autocheckers from Drone to GitHub
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Diffstat (limited to '.drone.yml')
-rw-r--r-- | .drone.yml | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/.drone.yml b/.drone.yml index e6d18071d1c..1b6ab7e204d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,28 +1,5 @@ --- kind: pipeline -name: checkers - -steps: -- name: submodules - image: ghcr.io/nextcloud/continuous-integration-alpine-git:latest - commands: - - git submodule update --init -- name: checkers - image: ghcr.io/nextcloud/continuous-integration-php8.0:latest - commands: - - ./autotest-checkers.sh - secrets: [ github_token ] - -trigger: - branch: - - master - - stable* - event: - - pull_request - - push - ---- -kind: pipeline name: litmus steps: |