projectkudu / KuduScript

Kudu's deployment script logic
37 stars 22 forks source link

export GOPATH #96

Closed joshgav closed 6 years ago

joshgav commented 6 years ago

GOPATH needs to be exported on line 9 so it is picked up by the go get subprocess on line 23. For resiliency went ahead and exported the other variables too.

joshgav commented 6 years ago

@vladbarosan PTAL

joshgav commented 6 years ago

@jhendrixMSFT does this look good to you?

joshgav commented 6 years ago

now fixed by #97