From abe391a0a7a7ab2793b1c195b9623c48cacd037d Mon Sep 17 00:00:00 2001 From: gabriel klawitter Date: Mon, 16 Mar 2020 23:32:04 +0530 Subject: [PATCH] ci: check_runtime: fetch release tag ii (#5263) --- substrate/.maintain/gitlab/check_runtime.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/substrate/.maintain/gitlab/check_runtime.sh b/substrate/.maintain/gitlab/check_runtime.sh index 2355461cb7..1eec8311ef 100755 --- a/substrate/.maintain/gitlab/check_runtime.sh +++ b/substrate/.maintain/gitlab/check_runtime.sh @@ -33,6 +33,8 @@ 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 log -n1 release boldprint "check if the wasm sources changed"