Changed how things are cached on circleci

This commit is contained in:
MichaelOultram 2015-08-12 21:42:17 +01:00
parent 7f11828153
commit 11544fae21

View file

@ -1,6 +1,9 @@
#!/bin/sh
set -e
echo "Gopath: $GOPATH"
ls -lR $GOPATH
# check to see if ffmpeg is installed
if [ ! -f "$HOME/bin/ffmpeg" ]; then
echo 'Installing ffmpeg'