diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b7d1093b90d29ec1de48173639ecbf9a3793d8c7..0701524abc720030a74470ddbe06d515a5df30cf 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -10,7 +10,12 @@ stages: - lint - build - autoupdate - +variables: + # Default of 20 is pretty small, sometimes MRs have >20 commits in them. 100 + # seems like a reasonable balance. If this is too low, git merge-base (from ci/ + # common.py) can fail + GIT_DEPTH: 100 + # This defines the rules for when a pipeline should run. workflow: rules: