ci: increase fetch depth for changed file detection

This is required to accomodate branches which are slightly behind
master.
This commit is contained in:
Jonas Schäfer 2020-06-14 15:41:23 +02:00
parent 7941813d79
commit 498bb4c56e
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ stages:
script:
- python3 tools/ci-restore-timestamps.py
- make html inbox-html
- git fetch --depth=1 origin main
- git fetch --depth=50 origin main
- bash tools/ci-changed-builds.sh origin/main
rules:
- if: '$CI_PIPELINE_SOURCE == "merge_request_event"'