Skip to content

Commit

Permalink
MOD: Always build twemproxy image before test
Browse files Browse the repository at this point in the history
  • Loading branch information
huanglin authored and Tianyi Lin committed May 9, 2018
1 parent 66d8f04 commit 9c893b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/docker/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
branch=`git rev-parse --abbrev-ref HEAD`
cd ../../ && git archive ${branch} --format tar.gz -o twemproxy.tar.gz
mv twemproxy.tar.gz scripts/docker/twemproxy && cd -
docker-compose -p twemproxy build
docker-compose -p twemproxy up -d --force-recreate

0 comments on commit 9c893b6

Please sign in to comment.