mirror of
https://github.com/Luzifer/github-publish.git
synced 2024-11-09 23:00:14 +00:00
Use fork to fix version detectiom
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
69b2a776d5
commit
100cb7d469
2 changed files with 2 additions and 2 deletions
|
@ -1,2 +1,2 @@
|
|||
05e4977d541b2ef07c757acca912b7b58b379fb425eceb3a1f53c829a78a4aa4 docker2aci.sh
|
||||
7ba45cbdc4ec5dd1c45767d9df1df283bc1a90af83acaeb5c146821d0c16298b golang.sh
|
||||
3ce8fae21fc7a65e2d56981642507f35d3896a638a89413a8a9d5430fc095ca0 golang.sh
|
||||
|
|
|
@ -31,7 +31,7 @@ go version
|
|||
step "Retrieve dependencies"
|
||||
pushd ${GOPATH}
|
||||
go get github.com/aktau/github-release
|
||||
go get github.com/mitchellh/gox
|
||||
go get github.com/Luzifer/gox
|
||||
popd
|
||||
|
||||
step "Test code"
|
||||
|
|
Loading…
Reference in a new issue