mirror of
https://github.com/moparisthebest/xeps
synced 2024-11-23 01:32:22 -05:00
ci: increase fetch depth for changed file detection
This is required to accomodate branches which are slightly behind master.
This commit is contained in:
parent
7941813d79
commit
498bb4c56e
@ -78,7 +78,7 @@ stages:
|
|||||||
script:
|
script:
|
||||||
- python3 tools/ci-restore-timestamps.py
|
- python3 tools/ci-restore-timestamps.py
|
||||||
- make html inbox-html
|
- make html inbox-html
|
||||||
- git fetch --depth=1 origin main
|
- git fetch --depth=50 origin main
|
||||||
- bash tools/ci-changed-builds.sh origin/main
|
- bash tools/ci-changed-builds.sh origin/main
|
||||||
rules:
|
rules:
|
||||||
- if: '$CI_PIPELINE_SOURCE == "merge_request_event"'
|
- if: '$CI_PIPELINE_SOURCE == "merge_request_event"'
|
||||||
|
Loading…
Reference in New Issue
Block a user