Commit 3645b0a
committed
feat: use shallow clone in prepare and emit-build-metadata jobs
Neither job needs git history: prepare only reads config files and
emit-build-metadata only runs git rev-parse HEAD (always present
in shallow clones). Dropping fetch-depth: 0 switches to the
default depth-1 shallow clone, saving ~1 min of checkout time.
Ref: MCWP-5741 parent 4863651 commit 3645b0a
1 file changed
Lines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
119 | 119 | | |
120 | 120 | | |
121 | 121 | | |
122 | | - | |
123 | 122 | | |
124 | 123 | | |
125 | 124 | | |
| |||
519 | 518 | | |
520 | 519 | | |
521 | 520 | | |
522 | | - | |
523 | 521 | | |
524 | 522 | | |
525 | 523 | | |
| |||
0 commit comments