From 14c76cea4c7333e344ceaca71476f942d5dd8210 Mon Sep 17 00:00:00 2001 From: gabriel klawitter <gabreal@users.noreply.github.com> Date: Wed, 18 Mar 2020 15:38:29 +0530 Subject: [PATCH] ci: check_runtime: fetch release tag iii (#5292) --- substrate/.maintain/gitlab/check_runtime.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/substrate/.maintain/gitlab/check_runtime.sh b/substrate/.maintain/gitlab/check_runtime.sh index 1eec8311eff..5b7e25e3afc 100755 --- a/substrate/.maintain/gitlab/check_runtime.sh +++ b/substrate/.maintain/gitlab/check_runtime.sh @@ -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 -- GitLab