Welcome to mirror list, hosted at ThFree Co, Russian Federation.

.drone.yml - github.com/nextcloud/notifications.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4681850a070d58c61bf6c00ae50842d5f69dad47 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
kind: pipeline
name: vue-build

steps:
  - name: vue-build-check
    image: node
    commands:
      - ./tests/vue-build.sh ./js/notifications.js

trigger:
  branch:
    - master
    - stable*
  event:
    - pull_request
    - push