ci: check_runtime: fetch release tag ii (#5263)

This commit is contained in:
gabriel klawitter
2020-03-16 23:32:04 +05:30
committed by GitHub
parent 372745705d
commit abe391a0a7
@@ -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" 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 master
git fetch --depth=${GIT_DEPTH:-100} origin release git fetch --depth=${GIT_DEPTH:-100} origin release
git tag release FETCH_HEAD
git log -n1 release
boldprint "check if the wasm sources changed" boldprint "check if the wasm sources changed"