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

Commit 9910c57

Browse files
committed
Another attempt to get travis deploy working
1 parent 0f4bbbc commit 9910c57

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ before_deploy:
1616
- cd $BUILD_DIR/autocluster
1717
- VERSION=$TRAVIS_TAG make
1818
- mkdir -p $HOME/dpl
19-
- cp $BUILD_DIR/autocluster/dist/autocluster-${TRAVIS_TAG}.ez $HOME/dpl/
2019
- cd $HOME/dpl
2120
cache:
2221
apt: true
@@ -27,7 +26,7 @@ deploy:
2726
provider: releases
2827
api_key:
2928
secure: ktklMK+XMOteFt+m9NHhVqKkA1Wo8f9L/cJphUmBMgb3TS+4+vAU50yY8omIyprS8poc3mBWxjYD9p9xdeDnXY2tiFrLDKCWU/jbH3awD0uL6W0Di8BYAVOGhr2Jjjp6gi/B67wHtCtzEoSSNNfMMZ+RWf4GZjJ96NXOLhPRx4k=
30-
file: "$HOME/dpl/autocluster-${TRAVIS_TAG}.ez"
29+
file: "$BUILD_DIR/autocluster/dist/autocluster-${TRAVIS_TAG}.ez"
3130
on:
3231
tags: true
3332
repo: aweber/rabbitmq-autocluster

0 commit comments

Comments
 (0)