mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Try disabling build on trunk
This commit is contained in:
parent
9f24e8fdbb
commit
804672e7b4
1 changed files with 6 additions and 6 deletions
12
.drone.yml
12
.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
|
||||
|
|
Loading…
Reference in a new issue