Commit d934925
committed
fix(ci): reduce checkout fetch-depth from 0 to 1 to speed up CI
fetch-depth: 0 downloads entire git history through GH_PROXY,
taking ~7 minutes. fetch-depth: 1 is sufficient for Dockerfile builds.
Signed-off-by: JavaPythonAIForBAT <wuhejun@h-partners.com>1 parent a705f21 commit d934925
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| |||
0 commit comments