File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ script:
25
25
- gem build sensu-plugins-postgres.gemspec
26
26
- gem install sensu-plugins-postgres-*.gem
27
27
before_deploy :
28
- - bash -c "[ ! -d bonsai/ ] && git clone https://github.com/sensu/sensu-go-bonsai-asset.git bonsai || echo 'bonsai/ exists, skipping git clone'"
28
+ - bash -c "[ ! -d bonsai/ ] && git clone https://github.com/sensu/sensu-go-bonsai-asset.git --branch postgres --single-branch bonsai || echo 'bonsai/ exists, skipping git clone'"
29
29
deploy :
30
30
- provider : rubygems
31
31
api_key :
@@ -37,7 +37,7 @@ deploy:
37
37
rvm : 2.4.1
38
38
repo : sensu-plugins/sensu-plugins-postgres
39
39
- provider : script
40
- script : bonsai/ruby-runtime/travis-build-ruby-plugin-assets.sh sensu-plugins-postgres
40
+ script : bonsai/ruby-runtime/travis-build-ruby-plugin-postgres- assets.sh sensu-plugins-postgres
41
41
skip_cleanup : true
42
42
on :
43
43
tags : true
You can’t perform that action at this time.
0 commit comments