diff options
author | Grzegorz Bizon <grzesiek.bizon@gmail.com> | 2015-12-28 10:54:22 +0100 |
---|---|---|
committer | Grzegorz Bizon <grzesiek.bizon@gmail.com> | 2016-01-14 12:48:13 +0100 |
commit | 87df1df3cd1a38bbb523d365b229e5e03f890788 (patch) | |
tree | 86979f38b767805a1d8f275d74af379599979a43 /db/fixtures | |
parent | ebd69c5fc1296f30238326b901ad73c891d696da (diff) | |
download | gitlab-ce-87df1df3cd1a38bbb523d365b229e5e03f890788.tar.gz |
Seed db with CI build artifacts using a zip archive
Diffstat (limited to 'db/fixtures')
-rw-r--r-- | db/fixtures/development/14_builds.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/db/fixtures/development/14_builds.rb b/db/fixtures/development/14_builds.rb index e625fd6b75a..f86fff0692e 100644 --- a/db/fixtures/development/14_builds.rb +++ b/db/fixtures/development/14_builds.rb @@ -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 |