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

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGary Kim <gary@garykim.dev>2020-02-22 22:32:26 +0300
committerGary Kim <gary@garykim.dev>2020-02-23 07:13:48 +0300
commit907a27897a1ee5551714c10e9782e38913983fd9 (patch)
treec657262fb203908302c6fadcf1b8164cee49624b /.drone.yml
parent9d122c39ab06aa117d83364f5a0f81f5b4549d62 (diff)
Move Compile Handlebars CI to GitHub Actions
Signed-off-by: Gary Kim <gary@garykim.dev>
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml19
1 files changed, 0 insertions, 19 deletions
diff --git a/.drone.yml b/.drone.yml
index 3da6717896c..a4a38d3f778 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -41,25 +41,6 @@ trigger:
- pull_request
- push
----
-kind: pipeline
-name: handlebars
-
-steps:
-- name: handlebars
- image: node
- commands:
- - npm i
- - ./build/compile-handlebars-templates.sh
-
-trigger:
- branch:
- - master
- - stable*
- event:
- - pull_request
- - push
-
#---
#kind: pipeline
#name: syntax-and-phan