Skip to content

Commit

Permalink
Test1
Browse files Browse the repository at this point in the history
Signed-off-by: anmol <[email protected]>
  • Loading branch information
Anmol-RapidFort committed Nov 22, 2023
1 parent d48ce5e commit 151217e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion community_images/nats/bitnami/coverage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ function test_nats() {
set -x
GO111MODULE=off go get github.com/nats-io/nats.go
go env -w GOPROXY=http://${NATS_SERVER}:8222,direct
go get golang.org/x/crypto/[email protected]
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
cd \"\$GOPATH\"/src/github.com/nats-io/nats.go/examples/nats-echo && go install && cd || exit
Expand Down
2 changes: 1 addition & 1 deletion community_images/nats/ironbank/coverage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ function test_nats() {
set -e
GO111MODULE=off go get github.com/nats-io/nats.go
go env -w GOPROXY=http://${NATS_SERVER}:8222,direct
go get golang.org/x/crypto/[email protected]
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
cd \"\$GOPATH\"/src/github.com/nats-io/nats.go/examples/nats-echo && go install && cd || exit
Expand Down
2 changes: 1 addition & 1 deletion community_images/nats/official/coverage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ function test_nats() {
echo "#!/bin/bash
GO111MODULE=off go get github.com/nats-io/nats.go
go env -w GOPROXY=http://${NATS_SERVER}:8222,direct
go get golang.org/x/crypto/[email protected]
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
cd \"\$GOPATH\"/src/github.com/nats-io/nats.go/examples/nats-echo && go install && cd || exit
Expand Down

0 comments on commit 151217e

Please sign in to comment.