Skip to content
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.

Commit

Permalink
Merge pull request #2344 from fluxcd/build/remove-go-tarbal
Browse files Browse the repository at this point in the history
Remove Go tarbal once Go is installed
  • Loading branch information
hiddeco committed Aug 9, 2019
2 parents 2a2a7df + 83dda6b commit fcb1864
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ jobs:
sudo rm -rf /usr/local/go
sudo mv go /usr/local
mkdir -p "$HOME/go/bin"
rm -rf go${GO_VERSION}.linux-amd64.tar.gz
go version
- run:
name: Update packages and start Memcached
Expand Down

0 comments on commit fcb1864

Please sign in to comment.