Skip to content

Commit

Permalink
Test CAPM3 main branch with CAPI v1.7.0-beta.0
Browse files Browse the repository at this point in the history
Signed-off-by: Kashif Khan <[email protected]>
  • Loading branch information
kashifest committed Mar 19, 2024
1 parent 780ee22 commit 9940513
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 9940513

Please sign in to comment.