Seed db with CI build artifacts using a zip archive
This commit is contained in:
parent
ebd69c5fc1
commit
87df1df3cd
3 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
BIN
spec/fixtures/ci_build_artifacts.tar.gz
vendored
BIN
spec/fixtures/ci_build_artifacts.tar.gz
vendored
Binary file not shown.
BIN
spec/fixtures/ci_build_artifacts.zip
vendored
Normal file
BIN
spec/fixtures/ci_build_artifacts.zip
vendored
Normal file
Binary file not shown.
Loading…
Reference in a new issue