Skip to content

Commit 28685a5

Browse files
committed
TUN-8130: Fix path to install go for mac build
1 parent e23d928 commit 28685a5

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.teamcity/mac/install-cloudflare-go.sh

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1-
cd /tmp/
2-
rm -rf go
3-
rm -rf gocache
1+
rm -rf /tmp/go
42
export GOCACHE=/tmp/gocache
3+
rm -rf $GOCACHE
54

6-
../install-cloudflare-go.sh
5+
./.teamcity/install-cloudflare-go.sh
76

87
export PATH="/tmp/go/bin:$PATH"
98
go version

0 commit comments

Comments
 (0)