Pure git fetch for checking pro ref.

This commit is contained in:
mike12345567 2023-09-07 10:46:02 +01:00
parent 3fb67ffe4f
commit ef9c0f7f04
1 changed files with 1 additions and 1 deletions

View File

@ -229,7 +229,7 @@ jobs:
else
base_branch=develop
fi
git fetch origin $base_branch
git fetch
base_commit=$(git rev-parse $base_branch)
echo "target_branch=$branch"