jenkins-test/test.sh
2016-01-19 16:55:22 -05:00

7 lines
132 B
Bash
Executable File

which go
export GOROOT=$HOME/local/go
export GOPATH=$HOME/go
export PATH=$PATH:$GOROOT/bin:$GOPATH/bin
mkdir -p $GOROOT $GOPATH
pwd