mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 04:41:03 +00:00
ci: check_runtime: fetch release tag (#5259)
This commit is contained in:
committed by
GitHub
parent
5e0b6f2f29
commit
418b7b8bc2
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user