Skip to content
Snippets Groups Projects
Commit 60410df5 authored by Alex ORLUC's avatar Alex ORLUC
Browse files

FIX #24065 TIME 0:05 fetch tags before tags compariosn

parent b07ee61b
No related branches found
No related tags found
No related merge requests found
......@@ -153,6 +153,7 @@ if [ $FIRST_TAG == 0 ]; then
FINAL_LOG="tmp4.txt"
CONTENT=""
git fetch --tags
git branch -D $RELEASE_BRANCH
git pull origin $RELEASE_BRANCH
git checkout $RELEASE_BRANCH
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment