We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3710994 commit e271725Copy full SHA for e271725
1 file changed
tests/bin/test-setup.sh
@@ -34,6 +34,10 @@ echo "DEIS_TEST_DOMAIN=$DEIS_TEST_DOMAIN"
34
export DEISCTL_TUNNEL=${DEISCTL_TUNNEL:-127.0.0.1:2222}
35
echo "DEISCTL_TUNNEL=$DEISCTL_TUNNEL"
36
37
+# set units used by deisctl
38
+export DEISCTL_UNITS=${DEISCTL_UNITS:-$DEIS_ROOT/deisctl/units}
39
+echo "DEISCTL_UNITS=$DEISCTL_UNITS"
40
+
41
# the registry used to host dev-release images
42
# must be accessible to local Docker engine and Deis cluster
43
export DEV_REGISTRY=${DEV_REGISTRY?}
0 commit comments