Closed jodh-intel closed 7 years ago
Travis is failing on go "tip" due to a new GOCACHE
go env var it seems (it's not present in go1.7 or go1.8):
$ make
GOBUILD build
initializing cache in $GOCACHE: open /home/travis/.cache/go-build/log.txt: permission denied
make: *** [build] Error 1
Change fetchContainer() to only dump the config to the log on error.
Fixes #466.
Signed-off-by: James O. D. Hunt james.o.hunt@intel.com