We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92130e2 commit e139153Copy full SHA for e139153
1 file changed
_tests/Makefile
@@ -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
5
6
test-setup:
7
go get github.com/onsi/ginkgo/ginkgo
0 commit comments