mirror of
https://github.com/Luzifer/github-publish.git
synced 2024-11-09 23:00:14 +00:00
Work around go get being stupid
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
9511c3bee6
commit
d30432f892
2 changed files with 3 additions and 2 deletions
|
@ -1,2 +1,2 @@
|
|||
05e4977d541b2ef07c757acca912b7b58b379fb425eceb3a1f53c829a78a4aa4 docker2aci.sh
|
||||
1e9cac600fb87146551e23c038290d93f9b1521848fef092c215c14817a3d744 golang.sh
|
||||
a08c2e7dc54755fda4b4db78477b55fd4f8fcc1c288592a0b28e0079c2e02989 golang.sh
|
||||
|
|
|
@ -34,7 +34,8 @@ go version
|
|||
|
||||
step "Retrieve dependencies"
|
||||
pushd ${GOPATH}
|
||||
go get github.com/Luzifer/github-release
|
||||
git clone https://github.com/Luzifer/github-release.git src/github.com/Luzifer/github-release
|
||||
GO111MODULE=on go install -mod=readonly github.com/Luzifer/github-release
|
||||
popd
|
||||
|
||||
step "Test code"
|
||||
|
|
Loading…
Reference in a new issue