File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,6 +21,13 @@ script:
2121before_deploy :
2222- bash -c "[ ! -d bonsai/ ] && git clone https://github.com/sensu/sensu-go-bonsai-asset.git bonsai || echo 'bonsai/ exists, skipping git clone'"
2323deploy :
24+ - provider : script
25+ script : bonsai/ruby-runtime/travis-build-ruby-plugin-assets.sh sensu-plugins-hardware
26+ skip_cleanup : true
27+ on :
28+ tags : true
29+ all_branches : true
30+ rvm : 2.4.1
2431- provider : rubygems
2532 api_key :
2633 secure : Hf1ZRHiWtWvOlcoLmcFJSql688r7s8CkTRUO5FYvUBjJE/x/P2+UDFONcYzycEAkLXzv9MIMXHO8vZ2m5rVSqbiP055+MtzRnukO2OaF2Ke0vYCuArOxj/LvhKAuLJRVNYbD138MltCnqUMjU2Ks4b4Z/wtHqSkbOoBsyTwwpYq0HiCbQyGNkacGzMZ44vnPR3cS0TrljjwYhnn1gDKkEkQf1p3iNrmIIapspU64U36KsxaGccFiXo2YSI9vBY+kssfGIOB5YAXoFHQ3YqdTpGMy7Q587IttlIlPQwhvYvK9lCZMZSCxmaZMGq2zy+3ttKe9CEejPGAtaPkiYrmmuM1hZUgQDk94znsTitpZxX5vlFMv5BUnxiOHcL+aQKFG4DlTj7KD+7a0BPb3AbUeD2njql6elCXiGeqzKgjS5x9W7WDZdoMj8VdQWzs+hh98C9yY5DDipp13yGJ3gqzKmKRbaHXUA9wLY4ic0022+ZwxCKX5TKqjOAi8WmQSCG19r+/uIaFY5MeTE7wrsuA0oSWM5YA9UaJNf5WbpUpC9tLG2owvAOjtEwhBBS9EijhiME8ABKBqp/RWJYqrj8PDrucDYLm2pB2PzlLKqs/+UQ//Rh4U/TKRLdWBrCevVr5hw6TLRl5ThoEjL1heqHsoH3X51rhtt3MBleYkawn37jg=
@@ -31,11 +38,3 @@ deploy:
3138 rvm : 2.3.0
3239 rvm : 2.4.1
3340 repo : sensu-plugins/sensu-plugins-systemd
34- - provider : script
35- script : bonsai/ruby-runtime/travis-build-ruby-plugin-assets.sh sensu-plugins-hardware
36- skip_cleanup : true
37- on :
38- tags : true
39- all_branches : true
40- rvm : 2.4.1
41-
You can’t perform that action at this time.
0 commit comments