merge_helpers.sh: Fix downstream_latest_tag after introducing sc_last
Change-Id: I558633e54c445770ef9d99ce42286f208edbb15d
This commit is contained in:
parent
9c2dcb9233
commit
c8c82d40dd
@ -100,7 +100,7 @@ downstream_latest_tag() {
|
|||||||
local commit="HEAD"
|
local commit="HEAD"
|
||||||
while true; do
|
while true; do
|
||||||
local tag=`git describe --abbrev=0 "$commit" --tags`
|
local tag=`git describe --abbrev=0 "$commit" --tags`
|
||||||
if [[ "$tag" =~ "sc_" ]]; then
|
if [[ "$tag" =~ "sc_v" ]]; then
|
||||||
echo "$tag"
|
echo "$tag"
|
||||||
break
|
break
|
||||||
else
|
else
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user