Skip to content

Commit

Permalink
debug go gets
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Luckie authored and rtluckie committed Dec 17, 2019
1 parent 2460967 commit 6e6896e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions files/provision.sh
Original file line number Diff line number Diff line change
Expand Up @@ -403,11 +403,11 @@ function layer_go_get_installs() {
/usr/local/go/bin/go get github.com/gpmgo/gopm
/usr/local/go/bin/go get github.com/vmware/govmomi/govc
/usr/local/go/bin/go get github.com/github/hub
quiet git clone https://github.com/cisco-sso/mh.git /tmp/mh && cd /tmp/mh && \
quiet /usr/local/go/bin/go mod init github.com/cisco-sso/mh && \
quiet /usr/local/go/bin/go build -o /go/bin/mh && \
git clone https://github.com/cisco-sso/mh.git /tmp/mh && cd /tmp/mh && \
/usr/local/go/bin/go mod init github.com/cisco-sso/mh && \
/usr/local/go/bin/go build -o /go/bin/mh && \
ln -sf /go/bin/mh /go/bin/multihelm
quiet GO111MODULE=on /usr/local/go/bin/go get github.com/mikefarah/yq/v2
GO111MODULE=on /usr/local/go/bin/go get github.com/mikefarah/yq/v2
rm -rf /root/.cache/go-build
rm -rf /go/src
}
Expand Down

0 comments on commit 6e6896e

Please sign in to comment.