File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -27,15 +27,15 @@ script:
27
27
before_deploy :
28
28
- bash -c "[ ! -d bonsai/ ] && git clone https://github.com/sensu/sensu-go-bonsai-asset.git bonsai || echo 'bonsai/ exists, skipping git clone' ; cp asset_build_scripts/Dockerfile.* bonsai/ruby-runtime/"
29
29
deploy :
30
- # - provider: rubygems
31
- # api_key:
32
- # secure: L3ot3q90Sz+1dhi1Lxg4rvxZ0AEUCq2dL55Gzau48wou72T3GYSDBoqVGnZPmQcS9miNy4J7NZMxUgfoycnceqUkkue8+ss4c42NtrYs+SLU+rnmB/cwLTBQJ1ERRNXqgOYTwWt8EuIy6Dong1oCu8voFSj7NH4sXxTTO7RFho8=
33
- # gem: sensu-plugins-postgres
34
- # on:
35
- # tags: true
36
- # all_branches: true
37
- # rvm: 2.4.1
38
- # repo: sensu-plugins/sensu-plugins-postgres
30
+ - provider : rubygems
31
+ api_key :
32
+ secure : L3ot3q90Sz+1dhi1Lxg4rvxZ0AEUCq2dL55Gzau48wou72T3GYSDBoqVGnZPmQcS9miNy4J7NZMxUgfoycnceqUkkue8+ss4c42NtrYs+SLU+rnmB/cwLTBQJ1ERRNXqgOYTwWt8EuIy6Dong1oCu8voFSj7NH4sXxTTO7RFho8=
33
+ gem : sensu-plugins-postgres
34
+ on :
35
+ tags : true
36
+ all_branches : true
37
+ rvm : 2.4.1
38
+ repo : sensu-plugins/sensu-plugins-postgres
39
39
- provider : script
40
40
script : bonsai/ruby-runtime/travis-build-ruby-plugin-assets.sh sensu-plugins-postgres
41
41
skip_cleanup : true
You can’t perform that action at this time.
0 commit comments