Commit 57b1a87a580f86f2872f30586aaca75632f45ddd

Authored by Jacob Vosmaer
1 parent c720190f
Exists in master

Simplify EE check script

No need to be too specific about the git remote.
Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
support/is_gitlab_ee.sh
1 1 #!/bin/bash
2   -[[ -n $ee ]] || grep -q '^source.*"git@gitlab.com:subscribers/gitlab-ee.git"' config/software/gitlab-rails.rb
  2 +[[ -n $ee ]] || grep -q '^source.*gitlab-ee.git"' config/software/gitlab-rails.rb
... ...