mirror of
https://github.com/cloudflare/cloudflared.git
synced 2025-07-27 20:39:57 +00:00
TUN-8130: Fix path to install go for mac build
This commit is contained in:
7
.teamcity/mac/install-cloudflare-go.sh
vendored
7
.teamcity/mac/install-cloudflare-go.sh
vendored
@@ -1,9 +1,8 @@
|
|||||||
cd /tmp/
|
rm -rf /tmp/go
|
||||||
rm -rf go
|
|
||||||
rm -rf gocache
|
|
||||||
export GOCACHE=/tmp/gocache
|
export GOCACHE=/tmp/gocache
|
||||||
|
rm -rf $GOCACHE
|
||||||
|
|
||||||
../install-cloudflare-go.sh
|
./.teamcity/install-cloudflare-go.sh
|
||||||
|
|
||||||
export PATH="/tmp/go/bin:$PATH"
|
export PATH="/tmp/go/bin:$PATH"
|
||||||
go version
|
go version
|
||||||
|
Reference in New Issue
Block a user