summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.drone.yml58
1 files changed, 29 insertions, 29 deletions
diff --git a/.drone.yml b/.drone.yml
index 7fdbb1df8..edc9185aa 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -1,32 +1,32 @@
-kind: pipeline
-name: check-builds
-
-steps:
- - name: check-simplewebrtc-bundle
- image: node:lts
- commands:
- - make npm-init
- - ./check-simplewebrtc-bundle.sh
- - name: check-vuejs-builds
- image: node:lts
- commands:
- - make npm-init
- - ./check-vuejs-builds.sh
- - name: check-handlebars-templates
- image: node:lts
- commands:
- - make npm-init
- - ./check-handlebars-templates.sh
-
-trigger:
- branch:
- - master
- - stable*
- event:
- - pull_request
- - push
-
----
+#kind: pipeline
+#name: check-builds
+#
+#steps:
+# - name: check-simplewebrtc-bundle
+# image: node:lts
+# commands:
+# - make npm-init
+# - ./check-simplewebrtc-bundle.sh
+# - name: check-vuejs-builds
+# image: node:lts
+# commands:
+# - make npm-init
+# - ./check-vuejs-builds.sh
+# - name: check-handlebars-templates
+# image: node:lts
+# commands:
+# - make npm-init
+# - ./check-handlebars-templates.sh
+#
+#trigger:
+# branch:
+# - master
+# - stable*
+# event:
+# - pull_request
+# - push
+#
+#---
kind: pipeline
name: eslint