Skip to content

Commit

Permalink
sourcing package now with a wildcard
Browse files Browse the repository at this point in the history
- one less place to forget to change the go version

[#158448581]
  • Loading branch information
nhsieh committed Jul 19, 2018
1 parent c816e32 commit 699ef36
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/gnatsd/packaging
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -ex

mkdir -p "${BOSH_INSTALL_TARGET}/bin"

source /var/vcap/packages/golang-1.10-linux/bosh/compile.env
source /var/vcap/packages/golang-*-linux/bosh/compile.env

mkdir -p "${GOPATH}/src/github.com/nats-io"

Expand Down
2 changes: 1 addition & 1 deletion packages/nats-smoke/packaging
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -ex

mkdir -p "${BOSH_INSTALL_TARGET}/bin"

source /var/vcap/packages/golang-1.10-linux/bosh/compile.env
source /var/vcap/packages/golang-*-linux/bosh/compile.env

export NATS_SMOKE_PATH="${GOPATH}/src/github.com/nats-smoke"

Expand Down

0 comments on commit 699ef36

Please sign in to comment.