We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b47681f commit b60d8c8Copy full SHA for b60d8c8
.travis.yml
@@ -19,7 +19,7 @@ script:
19
- gem build sensu-plugins-disk-checks.gemspec
20
- gem install sensu-plugins-disk-checks-*.gem
21
before_deploy:
22
-- 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'"
23
deploy:
24
- provider: rubygems
25
api_key:
0 commit comments