Changed how things are cached on circleci
This commit is contained in:
parent
16ae6685c1
commit
373d87b556
|
@ -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 ~/goop
|
||||
mv "$GOPATH/bin/goop" "~/bin/goop"
|
||||
else
|
||||
echo 'Using cached version of goop.';
|
||||
fi
|
Reference in a new issue