Changed how things are cached on circleci

This commit is contained in:
MichaelOultram 2015-08-12 21:35:58 +01:00
parent 16ae6685c1
commit 373d87b556

View file

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