Skip to content

Commit 7b7b3b6

Browse files
Jef Spaletamajormoses
authored andcommitted
provide logging output if bonsai/ exists
1 parent 3cf3e0d commit 7b7b3b6

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)