Skip to content

Commit

Permalink
Copy full go 1.13 dir into the circle machine default location after …
Browse files Browse the repository at this point in the history
…deleting initial install

Signed-off-by: Scott Rigby <[email protected]>
  • Loading branch information
scottrigby committed Nov 2, 2019
1 parent 851cbb0 commit 4bc239b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ jobs:
# We need to install Golang 1.13 because the CircleCI machine image has an outdated version.
# We need to use a CircleCI machine in order to be able to run kind.
curl -sSLO https://dl.google.com/go/go1.13.4.linux-amd64.tar.gz
tar -xzf go1.13.4.linux-amd64.tar.gz
sudo mv go/bin/go /usr/local/go/bin/go
sudo rm -r /usr/local/go
sudo tar -C /usr/local -xzf go1.13.4.linux-amd64.tar.gz
curl -LO https://storage.googleapis.com/kubernetes-release/release/$(curl -s https://storage.googleapis.com/kubernetes-release/release/stable.txt)/bin/linux/amd64/kubectl
chmod +x ./kubectl
Expand Down

0 comments on commit 4bc239b

Please sign in to comment.