Skip to content

Commit

Permalink
Add missing env vars to Makefile
Browse files Browse the repository at this point in the history
[#131726841]

Signed-off-by: Giuseppe Capizzi <[email protected]>
  • Loading branch information
Henry Stanley authored and gcapizzi committed Mar 14, 2017
1 parent 72a1627 commit bbb04e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
export BOSH_CLIENT=admin
export BOSH_GATEWAY_USER=vcap
export BOSH_URL=https://lite-bosh.backup-and-restore.cf-app.com
export BOSH_GATEWAY_HOST=lite-bosh.backup-and-restore.cf-app.com

test: test-unit-ci test-integration

Expand Down Expand Up @@ -52,8 +54,6 @@ setup:
go get -u github.com/onsi/ginkgo/ginkgo

sys-test-local:
BOSH_URL=https://lite-bosh.backup-and-restore.cf-app.com \
BOSH_GATEWAY_HOST=lite-bosh.backup-and-restore.cf-app.com \
BOSH_CLIENT_SECRET=`lpass show LiteBoshDirector --password` \
BOSH_CERT_PATH=~/workspace/bosh-backup-and-restore-meta/certs/lite-bosh.backup-and-restore.cf-app.com.crt \
BOSH_GATEWAY_KEY=~/workspace/bosh-backup-and-restore-meta/genesis-bosh/bosh.pem \
Expand Down

0 comments on commit bbb04e6

Please sign in to comment.