Skip to content

Commit

Permalink
Added go-jsonnet version of jsonnetfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
dcwangmit01 committed Jun 23, 2020
1 parent e3ddd31 commit 9f37ca8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions files/provision.sh
Original file line number Diff line number Diff line change
Expand Up @@ -382,6 +382,7 @@ function layer_go_get_installs() {
(cd /tmp; GO111MODULE=on /usr/local/go/bin/go get github.com/vmware/govmomi/govc)
(cd /tmp; GO111MODULE=on /usr/local/go/bin/go get github.com/github/hub)
(cd /tmp; GO111MODULE=on /usr/local/go/bin/go get github.com/google/go-jsonnet/cmd/jsonnet)
(cd /tmp; GO111MODULE=on /usr/local/go/bin/go get github.com/google/go-jsonnet/cmd/jsonnetfmt)
git clone https://github.com/cisco-sso/mh.git /tmp/mh && cd /tmp/mh && \
GO111MODULE=on /usr/local/go/bin/go mod init github.com/cisco-sso/mh && \
GO111MODULE=on /usr/local/go/bin/go build -o /go/bin/mh && \
Expand Down

0 comments on commit 9f37ca8

Please sign in to comment.