diff options
Diffstat (limited to '.drone.yml')
-rw-r--r-- | .drone.yml | 19 |
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 |