Skip to content

Commit

Permalink
provide logging output if bonsai/ exists
Browse files Browse the repository at this point in the history
  • Loading branch information
Jef Spaleta authored and majormoses committed Apr 11, 2019
1 parent 3cf3e0d commit 7b7b3b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ script:
- gem build sensu-plugins-disk-checks.gemspec
- gem install sensu-plugins-disk-checks-*.gem
before_deploy:
- bash -c "[ ! -d bonsai/ ] && git clone https://github.com/sensu/sensu-go-bonsai-asset.git bonsai"
- bash -c "[ ! -d bonsai/ ] && git clone https://github.com/sensu/sensu-go-bonsai-asset.git bonsai || echo 'bonsai/ exists, skipping git clone'"
deploy:
- provider: rubygems
api_key:
Expand Down

0 comments on commit 7b7b3b6

Please sign in to comment.