ci: check_runtime: fetch release tag (#5259)

This commit is contained in:
gabriel klawitter
2020-03-16 16:58:07 +05:30
committed by GitHub
parent 5e0b6f2f29
commit 418b7b8bc2
+2 -1
View File
@@ -30,8 +30,9 @@ github_label () {
boldprint "latest 10 commits of ${CI_COMMIT_REF_NAME}"
git log --graph --oneline --decorate=short -n 10
boldprint "make sure the master branch is available in shallow clones"
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
boldprint "check if the wasm sources changed"