mirror of
https://github.com/Luzifer/github-publish.git
synced 2024-11-12 16:12:53 +00:00
Must install from within module
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
ab8770958b
commit
33d3eb8ed3
2 changed files with 4 additions and 4 deletions
|
@ -1,2 +1,2 @@
|
|||
05e4977d541b2ef07c757acca912b7b58b379fb425eceb3a1f53c829a78a4aa4 docker2aci.sh
|
||||
7088288ad30f855c6dc48d8533ef5de6ef05fb251b8cf8b2aafa4b95e9952cd8 golang.sh
|
||||
fcf00a177d53ec3b60d20e99849727dcf66136902e776cdde6c6c4a72cea81f5 golang.sh
|
||||
|
|
|
@ -33,9 +33,9 @@ MOD_MODE=${MOD_MODE:-}
|
|||
go version
|
||||
|
||||
step "Retrieve dependencies"
|
||||
pushd ${GOPATH}
|
||||
git clone https://github.com/Luzifer/github-release.git src/github.com/Luzifer/github-release
|
||||
GO111MODULE=on go install github.com/Luzifer/github-release
|
||||
git clone "https://github.com/Luzifer/github-release.git" "${GOPATH}/src/github.com/Luzifer/github-release"
|
||||
pushd "${GOPATH}/src/github.com/Luzifer/github-release"
|
||||
GO111MODULE=on go install
|
||||
popd
|
||||
|
||||
step "Test code"
|
||||
|
|
Loading…
Reference in a new issue