Sha256: 5b827b38a62bd80c8ab2632deb12a7ce00ecba6ba74a6def6ebdfeddacd88cd2

Contents?: true

Size: 286 Bytes

Versions: 5

Compression:

Stored size: 286 Bytes

Contents

unless File.exists?(TEST_REPO_PATH)
  puts 'Prepare seeds'
  FileUtils.mkdir_p(SUPPORT_PATH)
  system(*%W(git clone --bare https://gitlab.com/gitlab-org/gitlab-test.git), chdir: SUPPORT_PATH)
  system(*%W(git checkout 5937ac0a7beb003549fc5fd26fc247adbce4a52e), chdir: SUPPORT_PATH)
end

Version data entries

5 entries across 5 versions & 2 rubygems

Version Path
gitlab-elasticsearch-git-0.0.9 test/support/seed_helper.rb
gitlab-elasticsearch-git-0.0.8 test/support/seed_helper.rb
gitlab-elasticsearch-git-0.0.7 test/support/seed_helper.rb
gitlab-elasticsearch-git-0.0.6 test/support/seed_helper.rb
elasticsearch-git-0.0.5 test/support/seed_helper.rb