Changed how things are cached on circleci
This commit is contained in:
parent
7f11828153
commit
11544fae21
|
@ -1,6 +1,9 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
|
echo "Gopath: $GOPATH"
|
||||||
|
ls -lR $GOPATH
|
||||||
|
|
||||||
# check to see if ffmpeg is installed
|
# check to see if ffmpeg is installed
|
||||||
if [ ! -f "$HOME/bin/ffmpeg" ]; then
|
if [ ! -f "$HOME/bin/ffmpeg" ]; then
|
||||||
echo 'Installing ffmpeg'
|
echo 'Installing ffmpeg'
|
||||||
|
|
Reference in a new issue