Skip to content

Commit 5b70b8a

Browse files
author
Cameron Johnston
committed
update travis to use postgres branch of sensu-go-bonsai-asset tooling
1 parent 6570d2e commit 5b70b8a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ script:
2525
- gem build sensu-plugins-postgres.gemspec
2626
- gem install sensu-plugins-postgres-*.gem
2727
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'"
2929
deploy:
3030
- provider: rubygems
3131
api_key:
@@ -37,7 +37,7 @@ deploy:
3737
rvm: 2.4.1
3838
repo: sensu-plugins/sensu-plugins-postgres
3939
- 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
4141
skip_cleanup: true
4242
on:
4343
tags: true

0 commit comments

Comments
 (0)