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

This commit is contained in:
gabriel klawitter
2020-03-18 15:38:29 +05:30
committed by GitHub
parent 648c8cb8cf
commit 14c76cea4c
+1 -1
View File
@@ -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