Skip to content

Commit

Permalink
Merge pull request metal3-io#1371 from Nordix/bump/capi-v1.7.0beta
Browse files Browse the repository at this point in the history
Test CAPM3 main branch with CAPI v1.7.0-beta.0
  • Loading branch information
metal3-io-bot committed Mar 21, 2024
2 parents af98a6e + 9940513 commit 5a1bd89
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/releases.sh
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,9 @@ elif [ "${CAPM3RELEASEBRANCH}" = "release-1.6" ]; then
export CAPM3RELEASE="v1.6.99"
export CAPIRELEASE="${CAPIRELEASE:-$(get_latest_release "${CAPIRELEASEPATH}" "v1.6.")}"
else
# 1.6.99 points to the head of the main branch as well. Local override for CAPM3 is created for this version.
export CAPM3RELEASE="v1.6.99"
export CAPIRELEASE="${CAPIRELEASE:-$(get_latest_release "${CAPIRELEASEPATH}" "v1.6.")}"
# 1.7.99 points to the head of the main branch as well. Local override for CAPM3 is created for this version.
export CAPM3RELEASE="v1.7.99"
export CAPIRELEASE="${CAPIRELEASE:-$(get_latest_release "${CAPIRELEASEPATH}" "v1.7.")}"
fi

CAPIBRANCH="${CAPIBRANCH:-${CAPIRELEASE}}"
Expand Down

0 comments on commit 5a1bd89

Please sign in to comment.