Skip to content

Commit

Permalink
Fix "breeze-legacy" after building images was removed (#23404)
Browse files Browse the repository at this point in the history
The `breeze-legacy` stopped working after building images were
removed as few parameters were still checked for allowed values
but they were missing,

This PR fixes it by removing the parameters.
  • Loading branch information
potiuk authored May 2, 2022
1 parent fa0cc7c commit 8622808
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions breeze-legacy
Original file line number Diff line number Diff line change
Expand Up @@ -2223,7 +2223,6 @@ function breeze::check_and_save_all_params() {
fi

parameters::check_and_save_allowed_param "BACKEND" "backend" "--backend"
parameters::check_and_save_allowed_param "PLATFORM" "platform" "--platform"
parameters::check_and_save_allowed_param "KUBERNETES_MODE" "Kubernetes mode" "--kubernetes-mode"
parameters::check_and_save_allowed_param "KUBERNETES_VERSION" "Kubernetes version" "--kubernetes-version"
parameters::check_and_save_allowed_param "KIND_VERSION" "KinD version" "--kind-version"
Expand All @@ -2234,7 +2233,6 @@ function breeze::check_and_save_all_params() {
parameters::check_and_save_allowed_param "MSSQL_VERSION" "MSSql version" "--mssql-version"

parameters::check_allowed_param TEST_TYPE "Type of tests" "--test-type"
parameters::check_allowed_param PACKAGE_FORMAT "Format of packages to build" "--package-format"
}

#######################################################################################################
Expand Down

0 comments on commit 8622808

Please sign in to comment.