Skip to content
Snippets Groups Projects
Commit 14c76cea authored by gabriel klawitter's avatar gabriel klawitter Committed by GitHub
Browse files

ci: check_runtime: fetch release tag iii (#5292)

parent 648c8cb8
No related merge requests found
......@@ -33,7 +33,7 @@ git log --graph --oneline --decorate=short -n 10
boldprint "make sure the master branch and release tag are available in shallow clones"
git fetch --depth=${GIT_DEPTH:-100} origin master
git fetch --depth=${GIT_DEPTH:-100} origin release
git tag release FETCH_HEAD
git tag -f release FETCH_HEAD
git log -n1 release
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment