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

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

steps:
  - name: webpack-build
    image: nextcloudci/node:node-4
    commands:
      - npm ci
      - npm run build
      - git status

trigger:
  branch:
    - master
    - stable*