Changed how things are cached on circleci

This commit is contained in:
MichaelOultram 2015-08-12 21:39:48 +01:00
parent 373d87b556
commit 7f11828153

View file

@ -35,7 +35,7 @@ fi
if [ ! -f "$HOME/bin/goop" ]; then
echo 'Installing goop'
go get github.com/nitrous-io/goop
mv "$GOPATH/bin/goop" "~/bin/goop"
mv "/usr/local/bin/goop" "~/bin/goop"
else
echo 'Using cached version of goop.';
fi