Skip to content

Commit e271725

Browse files
author
Gabriel Monroy
committed
fix(tests): add DEISCTL_UNITS to test-setup
1 parent 3710994 commit e271725

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

tests/bin/test-setup.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@ echo "DEIS_TEST_DOMAIN=$DEIS_TEST_DOMAIN"
3434
export DEISCTL_TUNNEL=${DEISCTL_TUNNEL:-127.0.0.1:2222}
3535
echo "DEISCTL_TUNNEL=$DEISCTL_TUNNEL"
3636

37+
# set units used by deisctl
38+
export DEISCTL_UNITS=${DEISCTL_UNITS:-$DEIS_ROOT/deisctl/units}
39+
echo "DEISCTL_UNITS=$DEISCTL_UNITS"
40+
3741
# the registry used to host dev-release images
3842
# must be accessible to local Docker engine and Deis cluster
3943
export DEV_REGISTRY=${DEV_REGISTRY?}

0 commit comments

Comments
 (0)