Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.

Commit c3661f0

Browse files
authored
ci: make sure master branch is available for check_runtime (#720)
1 parent 7acd1bd commit c3661f0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: scripts/gitlab/check_runtime.sh

+3
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ set -e # fail on any error
1212
# give some context
1313
git log --graph --oneline --decorate=short -n 10
1414

15+
# make sure the master branch is available in shallow clones
16+
git fetch --depth=${GIT_DEPTH:-100} origin master
17+
1518

1619
github_label () {
1720
echo

0 commit comments

Comments
 (0)