diff options
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: |