Skip to content

Commit

Permalink
Merge pull request metal3-io#1354 from Nordix/fix/CAPM3BRANCH-issue
Browse files Browse the repository at this point in the history
Use CAPM3RELEASEBRANCH instead of CAPM3BRANCH for kustomization
  • Loading branch information
metal3-io-bot authored Feb 27, 2024
2 parents d937c12 + de1983a commit 5399872
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 03_launch_mgmt_cluster.sh
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ function update_capm3_imports(){
pushd "${CAPM3PATH}"

# Modify the kustomization imports to use local BMO repo instead of Github Main
if [[ "${CAPM3BRANCH}" == "release-1.5" ]] || [[ "${CAPM3BRANCH}" == "release-1.4" ]]; then
if [[ "${CAPM3RELEASEBRANCH}" == "release-1.5" ]] || [[ "${CAPM3RELEASEBRANCH}" == "release-1.4" ]]; then
make hack/tools/bin/kustomize
else
make kustomize
Expand Down

0 comments on commit 5399872

Please sign in to comment.