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 34b58e1de58..f8f96f47501 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,27 +1,4 @@ kind: pipeline -name: jsunit - -steps: -- name: jsunit - image: nextcloudci/jsunit:jsunit-5 - environment: - CODECOV_TOKEN: - from_secret: CODECOV_TOKEN - commands: - - ./autotest-js.sh - - curl -o codecov.sh https://codecov.io/bash - - bash codecov.sh -C $DRONE_COMMIT - -trigger: - branch: - - master - - stable* - event: - - pull_request - - push - ---- -kind: pipeline name: checkers steps: |