Skip to content

Commit

Permalink
TUN-8130: Fix path to install go for mac build
Browse files Browse the repository at this point in the history
  • Loading branch information
chungthuang committed Jan 9, 2024
1 parent e23d928 commit 28685a5
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .teamcity/mac/install-cloudflare-go.sh
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
cd /tmp/
rm -rf go
rm -rf gocache
rm -rf /tmp/go
export GOCACHE=/tmp/gocache
rm -rf $GOCACHE

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

export PATH="/tmp/go/bin:$PATH"
go version
Expand Down

0 comments on commit 28685a5

Please sign in to comment.