Skip to content

Resolve "ee-files-location-check "git status not clean" - it didn't ignore knapsack"

Lin Jen-Shin requested to merge 5912-git-clean-before-checking into master

What does this MR do?

Run git clean -fd before checking EE specific lines

Why was this MR needed?

We're still seeing errors not ignoring knapsack/ and rspec_flaky/ Instead of waiting that populates over all the branches, we could just remove untracked files anyway, only on CI of course in case we're wiping people's data!

Fixes https://gitlab.com/gitlab-org/gitlab-ee/issues/5912

Does this MR meet the acceptance criteria?

  • Tests added for this feature/bug
  • Review
    • Has been reviewed by Backend

What are the relevant issue numbers?

Closes #5912 (closed)

Merge request reports