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

Commit

Permalink
Another attempt to get travis deploy working
Browse files Browse the repository at this point in the history
  • Loading branch information
gmr committed Aug 6, 2015
1 parent 0f4bbbc commit 9910c57
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ before_deploy:
- cd $BUILD_DIR/autocluster
- VERSION=$TRAVIS_TAG make
- mkdir -p $HOME/dpl
- cp $BUILD_DIR/autocluster/dist/autocluster-${TRAVIS_TAG}.ez $HOME/dpl/
- cd $HOME/dpl
cache:
apt: true
Expand All @@ -27,7 +26,7 @@ deploy:
provider: releases
api_key:
secure: ktklMK+XMOteFt+m9NHhVqKkA1Wo8f9L/cJphUmBMgb3TS+4+vAU50yY8omIyprS8poc3mBWxjYD9p9xdeDnXY2tiFrLDKCWU/jbH3awD0uL6W0Di8BYAVOGhr2Jjjp6gi/B67wHtCtzEoSSNNfMMZ+RWf4GZjJ96NXOLhPRx4k=
file: "$HOME/dpl/autocluster-${TRAVIS_TAG}.ez"
file: "$BUILD_DIR/autocluster/dist/autocluster-${TRAVIS_TAG}.ez"
on:
tags: true
repo: aweber/rabbitmq-autocluster

0 comments on commit 9910c57

Please sign in to comment.