Skip to content

Remove accidental EE additions in CE

James Edwards-Jones requested to merge jej/fix-accidental-ee-directory into master

What

Removes two files accidentally added in https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/16694/diffs

Are there points in the code the reviewer needs to double check?

  • Should we have a test to prevent this happening again? Could we have it only run when the git url includes gitlab-org/gitlab-ce to avoid it breaking EE?
  • After removing these files the directories could still be present in existing GDK checkouts, is there anything we can do to remove them?

Acceptance criteria

Merge request reports