Skip to content

Commit

Permalink
Run nats-server in dockerized mode
Browse files Browse the repository at this point in the history
It is failing to instantiate itself as a Windows service

See:
- nats-io/nats-docker#9
- nats-io/nats-server#544

[#169546670]

Co-authored-by: Sunjay Bhatia <[email protected]>
  • Loading branch information
Amin Jamali and sunjayBhatia committed Nov 12, 2019
1 parent dce27f8 commit 2f6f92f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/ci/run_unit_windows.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ $env:PATH = $env:GOPATH + "/bin;" + $CONSUL_DIR + ";" + $env:PATH
# Write-Host "PATH is " + $env:PATH

go install github.com/nats-io/nats-server
$env:NATS_DOCKERIZED = "1"

Write-Host "Installing Ginkgo"
go install github.com/onsi/ginkgo/ginkgo
Expand Down

0 comments on commit 2f6f92f

Please sign in to comment.