Changed how things are cached on circleci
This commit is contained in:
parent
7f11828153
commit
11544fae21
|
@ -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'
|
||||
|
|
Reference in a new issue