Clear KOPS_FEATURE_FLAGS in update-expected.sh

This ensures update-expected still works even when KOPS_FEATURE_FLAGS
is set.
This commit is contained in:
Justin SB 2020-08-15 20:59:22 -04:00
parent 96ab8423b1
commit 2b8fcd816c
1 changed files with 1 additions and 0 deletions

View File

@ -30,6 +30,7 @@ export KOPS_BASE_URL=
export DNSCONTROLLER_IMAGE=
export KOPSCONTROLLER_IMAGE=
export KUBE_APISERVER_HEALTHCHECK_IMAGE=
export KOPS_FEATURE_FLAGS=
# Run the tests in "autofix mode"
HACK_UPDATE_EXPECTED_IN_PLACE=1 go test ./... -count=1