Skip to content

Commit b60d8c8

Browse files
author
Jef Spaleta
committed
provide logging output if bonsai/ exists
1 parent b47681f commit b60d8c8

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
@@ -19,7 +19,7 @@ script:
1919
- gem build sensu-plugins-disk-checks.gemspec
2020
- gem install sensu-plugins-disk-checks-*.gem
2121
before_deploy:
22-
- bash -c "[ ! -d bonsai/ ] && git clone https://github.com/sensu/sensu-go-bonsai-asset.git bonsai"
22+
- bash -c "[ ! -d bonsai/ ] && git clone https://github.com/sensu/sensu-go-bonsai-asset.git bonsai || echo 'bonsai/ exists, skipping git clone'"
2323
deploy:
2424
- provider: rubygems
2525
api_key:

0 commit comments

Comments
 (0)