Skip to content

Commit

Permalink
Always download and install latest grow
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenle committed Oct 19, 2015
1 parent 294e35e commit cd2db11
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ branches:
cache:
directories:
- $HOME/.cache/pip
- $HOME/virtualenv
env:
global:
- secure: "o0VA1qXI9ZWPwSRnMODjVPiVWtKF+4ZdimgFfYybbi7gIW0h5xboO/mBEnRLuUfCg3I2lx3SNpt7rxG/GDrwXtLEW1SPXJs4kRxfgWZZiwmWjBgF1PHjED2mw5uqbV9e/6b9OGzJ0uYzWH41Zjzcnv3BpZ/oWsCNTHub+SV9ycmg2ZgLEJNQKImGiKFRwLPnQQWeLcJChX2XdGH0oE+sXk0FtmSNzmoWBEpn8dG2UXSRcka4FvISsWU434hAUJsjzQCSVKey6ZlEvVNNIs77/i7Ba7LtvbObeJLrtp0ytSEO6rriFWN8K12DIdQxilPVrN+Lwx6+oSK1mqZFWjbtAiiMX137i2A934HqJH/L+2NrPKIWzyS4+ZHObwvaJHSahl4Z1htDWbmSRO4xwdIdo3/S8L9OpqB6wyJNZIVvF5tUqBtwNJ8fqYKG6ekzYh+GpAyfZ/oKIrZEAeMH2bHSGz8QF6JKLhoKbMQnpSPV32INl8kA67tY8Uf9UfrLQ0bn7cB2WHYFf+plCGZwaZUy8yWN+LY8AL3sG2hb2D597vCve252HYZazsunQTR3CMO4fWoZvS24XaGg73Av/WdHQicQnSGneVyhjsbmJpG97SN18fRptyyxy+e0Wl+AopQ9HEXSLHAzgAr+/wqsESWfl6aLBFO+wANgiqSvPp6NKeo="
Expand Down
12 changes: 4 additions & 8 deletions install-grow.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,7 @@

set -ex

if which grow >/dev/null; then
echo "Using cached grow binary"
else
git clone -b develop --single-branch \
https://github.com/grow/pygrow.git \
$HOME/pygrow
pip install $HOME/pygrow
fi
git clone -b develop --single-branch \
https://github.com/grow/pygrow.git \
$HOME/pygrow
pip install $HOME/pygrow

0 comments on commit cd2db11

Please sign in to comment.