CI: clone depth · pandas-dev/pandas@fe584e7 (original) (raw)
Navigation Menu
- Explore
- Pricing
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Appearance settings
Commit fe584e7
File tree
2 files changed
lines changed
2 files changed
lines changed
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -14,7 +14,7 @@ env: | ||
14 | 14 | |
15 | 15 | git: |
16 | 16 | # for cloning |
17 | -depth: 200 | |
17 | +depth: 300 | |
18 | 18 | |
19 | 19 | matrix: |
20 | 20 | fast_finish: true |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -9,7 +9,7 @@ matrix: | ||
9 | 9 | fast_finish: true # immediately finish build once one of the jobs fails. |
10 | 10 | |
11 | 11 | # set clone depth |
12 | -clone_depth: 200 | |
12 | +clone_depth: 300 | |
13 | 13 | |
14 | 14 | environment: |
15 | 15 | global: |