Skip to content

Commit 8469453

Browse files
author
Cameron Johnston
committed
comment out rubygem deployer for testing purposes
1 parent f0189c7 commit 8469453

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.travis.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,15 @@ script:
2727
before_deploy:
2828
- 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/"
2929
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
3939
- provider: script
4040
script: bonsai/ruby-runtime/travis-build-ruby-plugin-postgres-assets.sh sensu-plugins-postgres
4141
skip_cleanup: true

0 commit comments

Comments
 (0)