Commit b7b91ac8 authored by Adam Reese's avatar Adam Reese Committed by GitHub

Merge pull request #1307 from adamreese/fix/ci-dirty-build

fix(ci): fix ci builds reporting dirty repo
parents 31d51a79 ac6477cc
......@@ -22,8 +22,8 @@ dependencies:
override:
# install go
- wget "https://storage.googleapis.com/golang/go${GOVERSION}.linux-amd64.tar.gz"
- sudo tar -C /usr/local -xzf "go${GOVERSION}.linux-amd64.tar.gz"
- wget "https://storage.googleapis.com/golang/go${GOVERSION}.linux-amd64.tar.gz" -O "${HOME}/go${GOVERSION}.tar.gz"
- sudo tar -C /usr/local -xzf "${HOME}/go${GOVERSION}.tar.gz"
# move repository to the canonical import path
- mkdir -p "$(dirname ${WORKDIR})"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment