Skip to content

Commit 380906f

Browse files
author
Todd Campbell
committed
fix bonsai script in travis
Signed-off-by: Todd Campbell <todd@sensu.io>
1 parent 6e723ab commit 380906f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ before_deploy:
2121
- bash -c "[ ! -d bonsai/ ] && git clone https://github.com/sensu/sensu-go-bonsai-asset.git bonsai || echo 'bonsai/ exists, skipping git clone'"
2222
deploy:
2323
- provider: script
24-
script: bonsai/ruby-runtime/travis-build-bonsai-assets.sh sensu-plugins-ssl
24+
script: bonsai/ruby-runtime/travis-build-ruby-plugin-assets.sh sensu-plugins-ssl
2525
skip_cleanup: true
2626
on:
2727
tags: true

0 commit comments

Comments
 (0)