You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore(build): Remove misplaced fetch-depth option in ember CI build (#4275)
In #3610, a change was made to the ember tests in CI, to fix an unspecified problem with checking out the relevant commit for testing. Unfortunately, the change was added in the wrong spot. As a result,
1) the problem wasn't fixed, and
2) we started getting warnings in CI "Unexpected input `fetch-depth`"
Number 1 was fixed in 9b5ab61#diff-5c3fa597431eda03ac3339ae6bf7f05e1a50d6fc7333679ec38e21b337cb6721, by adding the option to the right spot (again, for an unspecified reason).
This PR fixes problem 2, by removing the option from the wrong spot.
Given the mystery surrounding the addition of `fetch-depth` in the first place, it also adds a TODO to reconsider if we need it once ember tests are again all passing.
0 commit comments