From 11544fae216e13aa1cf29bd9ffc77b4c0be86e80 Mon Sep 17 00:00:00 2001 From: MichaelOultram Date: Wed, 12 Aug 2015 21:42:17 +0100 Subject: [PATCH] Changed how things are cached on circleci --- install-dependencies.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/install-dependencies.sh b/install-dependencies.sh index 86942eb..63668b9 100644 --- a/install-dependencies.sh +++ b/install-dependencies.sh @@ -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'