File tree Expand file tree Collapse file tree 2 files changed +8
-7
lines changed
Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,13 @@ before_deploy:
2020- bash -c "[ ! -d bonsai/ ] && git clone https://github.com/sensu/sensu-go-bonsai-asset.git bonsai || echo 'bonsai/ exists, skipping git clone'"
2121
2222deploy :
23+ - provider : script
24+ script : bonsai/ruby-runtime/travis-build-ruby-plugin-assets.sh sensu-plugins-zookeeper
25+ skip_cleanup : true
26+ on :
27+ tags : true
28+ all_branches : true
29+ rvm : 2.4.1
2330- provider : rubygems
2431 api_key :
2532 secure : Mswd19ZpQU0RqJEy2GnyDWTNgd9QCFYuN1q8bqs2U7lHpXARhLI+WDdCCfiyfiMQHxxOyrRLsra12DcREyaOQocQk2rGnlIEfu6GxmRytjyB8MLvowUgWun2D5Rxe4nvXeB5DSReZQMr0K2hm24FmMaUtBSu9N4rnciEn2EgCNM=
@@ -29,11 +36,4 @@ deploy:
2936 all_branches : true
3037 rvm : 2.4.1
3138 repo : sensu-plugins/sensu-plugins-zookeeper
32- - provider : script
33- script : bonsai/ruby-runtime/travis-build-ruby-plugin-assets.sh sensu-plugins-zookeeper
34- skip_cleanup : true
35- on :
36- tags : true
37- all_branches : true
38- rvm : 2.4.1
3939
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ Which is based on [Keep A Changelog](http://keepachangelog.com/)
1111### Changes
1212- Use TCPSocket logic with timeout for check-zookeeper-mode.rb and metricz-zookepper.rb
1313- Update development_dependency: yard >= 0.9.20
14+ - Remove CentOS 6 Asset build, CentOS6 reach end of life
1415
1516### Fixed
1617- Remove deplicate count option in check-zookeeper-cluster.rb
You can’t perform that action at this time.
0 commit comments