Skip to content

Commit

Permalink
Fixed Nats-Official
Browse files Browse the repository at this point in the history
Signed-off-by: nrupen <[email protected]>
  • Loading branch information
nrupen committed Dec 27, 2023
1 parent 9ef8685 commit 17363e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion community_images/nats/official/coverage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ function test_nats() {
kubectl wait pods nats-release-client -n "${NAMESPACE}" --for=condition=ready --timeout=10m
echo "#!/bin/bash
GO111MODULE=off go get github.com/nats-io/nats.go
go env -w GOPROXY=http://${NATS_SERVER}:8222,direct
go env -w GOPROXY=direct
go install golang.org/x/crypto/[email protected]
go mod tidy
cd \"\$GOPATH\"/src/github.com/nats-io/nats.go/examples/nats-pub && go install && cd || exit
Expand Down

0 comments on commit 17363e3

Please sign in to comment.