ci: make sure master branch is available for check_runtime (#720)

This commit is contained in:
gabriel klawitter
2020-01-06 22:20:38 +09:00
committed by GitHub
parent ec0a7604a0
commit 039c73f428
+3
View File
@@ -12,6 +12,9 @@ set -e # fail on any error
# give some context
git log --graph --oneline --decorate=short -n 10
# make sure the master branch is available in shallow clones
git fetch --depth=${GIT_DEPTH:-100} origin master
github_label () {
echo