Skip to content

Commit

Permalink
Set custom branch name for test_compat_api.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Mi-La committed Aug 21, 2024
1 parent 399183e commit e7901cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/test_compat_api.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ get_old_version_branch()
if [[ "${PARAM_OLD_VERSION_BRANCH}" != "" ]] ; then
local BRANCH_NAME="${PARAM_OLD_VERSION_BRANCH}"
else
local DEFAULT_OLD_VERSION_BRANCH="compat-api"
local DEFAULT_OLD_VERSION_BRANCH="compat-api-641"
git ls-remote https://github.com/ndsev/zserio.git | \
grep "refs/heads/${DEFAULT_OLD_VERSION_BRANCH}" > /dev/null
if [ $? -eq 0 ] ; then
Expand Down

0 comments on commit e7901cf

Please sign in to comment.