github.com/pachyderm/pachyderm@v1.13.4/etc/testing/circle/env.sh (about) 1 #!/bin/bash 2 3 GOCACHE=/home/circleci/.gocache 4 export GOCACHE 5 6 GOPATH=/home/circleci/.go_workspace 7 export GOPATH 8 9 PATH=$(pwd):$(pwd)/cached-deps:$GOPATH/bin:$PATH 10 export PATH 11