Skip to content

Commit

Permalink
Merge pull request #10631 from rifelpet/kubetest-upgrade
Browse files Browse the repository at this point in the history
Fix unbound variable in upgrade scenario script
  • Loading branch information
k8s-ci-robot authored Jan 22, 2021
2 parents 43d294f + 17eed0e commit a466832
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/scenarios/upgrade/run-test
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ set -o pipefail

echo "CLOUD_PROVIDER=${CLOUD_PROVIDER}"

export KOPS_FEATURE_FLAGS="SpecOverrideFlag,${KOPS_FEATURE_FLAGS}"
export KOPS_FEATURE_FLAGS="SpecOverrideFlag,${KOPS_FEATURE_FLAGS:-}"
REPO_ROOT=$(git rev-parse --show-toplevel);
PATH=$REPO_ROOT/bazel-bin/cmd/kops/$(go env GOOS)-$(go env GOARCH):$PATH

Expand Down

0 comments on commit a466832

Please sign in to comment.