aboutsummaryrefslogtreecommitdiffstats
path: root/.drone.yml
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2019-10-03 14:17:36 -0700
committerTakashi Kokubun <takashikkbn@gmail.com>2019-10-03 14:17:36 -0700
commit804672e7b452c4d0dcb653e14cb9900513bfa8de (patch)
treea06c97b6f2a19b87036f9632d416c076ee2e25c4 /.drone.yml
parent9f24e8fdbb6a579fe00f4449c79417a418d67a87 (diff)
downloadruby-804672e7b452c4d0dcb653e14cb9900513bfa8de.tar.gz
Try disabling build on trunk
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml12
1 files changed, 6 insertions, 6 deletions
diff --git a/.drone.yml b/.drone.yml
index d56c435f1e..761378ef2c 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -27,9 +27,9 @@ steps:
- /usr/bin/sudo -H -u test -- make test-spec
# make test-all
- /usr/bin/sudo -H -u test -- make test-all
-# trigger:
-# branch:
-# - master
+trigger:
+ branch:
+ - master
---
kind: pipeline
@@ -60,6 +60,6 @@ steps:
- /usr/bin/sudo -H -u test -- make test-spec
# make test-all
- /usr/bin/sudo -H -u test -- make test-all
-# trigger:
-# branch:
-# - master
+trigger:
+ branch:
+ - master