Adding in export function to checkk all test env variables

This commit is contained in:
vakr 2020-09-30 15:38:59 -07:00
Родитель bc2b728512
Коммит e9e0686608
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -89,6 +89,7 @@ steps:
export REGIONS=$(AKS_ENGINE_REGION)
export IS_JENKINS=false
export DEBUG_CRASHING_PODS=true
export
make test-kubernetes
name: DeployAKSEngine
displayName: Run AKS-Engine E2E Tests