Commit aff4a27c authored by Thong Kuah's avatar Thong Kuah

Merge branch 'secpick-ee-check' into 'master'

bin/secpick: Check existence of `license.rb` to differentiate between `ee` and `foss` repos

See merge request gitlab-org/gitlab!18376
parents 7a188677 cd4a4346
......@@ -20,7 +20,7 @@ module Secpick
end
def ee?
File.exist?('./CHANGELOG-EE.md')
File.exist?('./ee/app/models/license.rb')
end
def dry_run?
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment