Seed db with CI build artifacts using a zip archive

This commit is contained in:
Grzegorz Bizon 2015-12-28 10:54:22 +01:00
parent ebd69c5fc1
commit 87df1df3cd
3 changed files with 1 additions and 1 deletions

View file

@ -50,7 +50,7 @@ class Gitlab::Seeder::Builds
end
def artifacts_path
Rails.root + 'spec/fixtures/ci_build_artifacts.tar.gz'
Rails.root + 'spec/fixtures/ci_build_artifacts.zip'
end
def artifacts_cache_file_path

Binary file not shown.

BIN
spec/fixtures/ci_build_artifacts.zip vendored Normal file

Binary file not shown.