Skip to content
Snippets Groups Projects
Verified Commit a4bf7af1 authored by nd's avatar nd
Browse files

add gopath

parent 44a4014b
Branches
No related tags found
No related merge requests found
Pipeline #8966 waiting for manual action
...@@ -17,6 +17,8 @@ autoupdate: ...@@ -17,6 +17,8 @@ autoupdate:
.build:binary: .build:binary:
extends: .build extends: .build
script: script:
- export GOPATH=$HOME/go
- export PATH=$PATH:$GOROOT/bin:$GOPATH/bin
- wget "https://github.com/${UPSTREAM_GITHUB_PATH}/archive/refs/tags/${UPSTREAM_VERSION}.tar.gz" - wget "https://github.com/${UPSTREAM_GITHUB_PATH}/archive/refs/tags/${UPSTREAM_VERSION}.tar.gz"
- tar -xf "${UPSTREAM_VERSION}.tar.gz" - tar -xf "${UPSTREAM_VERSION}.tar.gz"
- go get -v github.com/twitchtv/retool - go get -v github.com/twitchtv/retool
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment