Skip to content

Commit e139153

Browse files
committed
feat(Makefile): conditionally set required env vars
1 parent 92130e2 commit e139153

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

_tests/Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# These environment variables tell the tests where the deis router is, which it uses to communicate with the controller.
2+
# Router's default is to server on 'example.com', so 'deis.example.com' should route to controller.
3+
DEIS_WORKFLOW_SERVICE_HOST ?= deis.example.com
4+
DEIS_WORKFLOW_SERVICE_PORT ?= 80
15

26
test-setup:
37
go get github.com/onsi/ginkgo/ginkgo

0 commit comments

Comments
 (0)