Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/db
diff options
context:
space:
mode:
authorGrzegorz Bizon <grzesiek.bizon@gmail.com>2015-12-28 12:54:22 +0300
committerGrzegorz Bizon <grzesiek.bizon@gmail.com>2016-01-14 14:48:13 +0300
commit87df1df3cd1a38bbb523d365b229e5e03f890788 (patch)
tree86979f38b767805a1d8f275d74af379599979a43 /db
parentebd69c5fc1296f30238326b901ad73c891d696da (diff)
Seed db with CI build artifacts using a zip archive
Diffstat (limited to 'db')
-rw-r--r--db/fixtures/development/14_builds.rb2
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