Skip to content
This repository has been archived by the owner on Feb 15, 2018. It is now read-only.

Commit

Permalink
Remove docker deployment from .travis
Browse files Browse the repository at this point in the history
  • Loading branch information
gmr committed Jun 3, 2016
1 parent 3ae29c2 commit b7b0fd1
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ before_deploy:
- tar cvfz autocluster-${TRAVIS_TAG}.tgz plugins/autocluster-${TRAVIS_TAG}.ez plugins/rabbitmq_aws-*.ez
- echo "TRAVIS_OTP_RELEASE = ${TRAVIS_OTP_RELEASE}"
deploy:
- provider: releases
provider: releases
api_key:
secure: ktklMK+XMOteFt+m9NHhVqKkA1Wo8f9L/cJphUmBMgb3TS+4+vAU50yY8omIyprS8poc3mBWxjYD9p9xdeDnXY2tiFrLDKCWU/jbH3awD0uL6W0Di8BYAVOGhr2Jjjp6gi/B67wHtCtzEoSSNNfMMZ+RWf4GZjJ96NXOLhPRx4k=
file: autocluster-${TRAVIS_TAG}.tgz
Expand All @@ -41,10 +41,3 @@ deploy:
condition: "$TRAVIS_OTP_RELEASE = 17.5"
tags: true
repo: aweber/rabbitmq-autocluster
- provider: script
script: deploy-container.sh
skip_cleanup: true
on:
condition: "$TRAVIS_OTP_RELEASE = 17.5"
tags: true
repo: aweber/rabbitmq-autocluster

0 comments on commit b7b0fd1

Please sign in to comment.