Pure git fetch for checking pro ref.
This commit is contained in:
parent
3fb67ffe4f
commit
ef9c0f7f04
|
@ -229,7 +229,7 @@ jobs:
|
||||||
else
|
else
|
||||||
base_branch=develop
|
base_branch=develop
|
||||||
fi
|
fi
|
||||||
git fetch origin $base_branch
|
git fetch
|
||||||
base_commit=$(git rev-parse $base_branch)
|
base_commit=$(git rev-parse $base_branch)
|
||||||
|
|
||||||
echo "target_branch=$branch"
|
echo "target_branch=$branch"
|
||||||
|
|
Loading…
Reference in New Issue