From 291a923654714b6c24fd654c41c5b0caa90daff2 Mon Sep 17 00:00:00 2001 From: Shinya Maeda Date: Mon, 23 Jul 2018 14:12:58 +0900 Subject: Revert archive_metadata refactoring --- db/fixtures/development/14_pipelines.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db/fixtures/development/14_pipelines.rb b/db/fixtures/development/14_pipelines.rb index e80a32903be..1df549650ed 100644 --- a/db/fixtures/development/14_pipelines.rb +++ b/db/fixtures/development/14_pipelines.rb @@ -125,7 +125,7 @@ class Gitlab::Seeder::Pipelines end artifacts_cache_file(artifacts_metadata_path) do |file| - build.job_artifacts.build(project: build.project, file_type: :archive_metadata, file_format: :gzip, file: file) + build.job_artifacts.build(project: build.project, file_type: :metadata, file_format: :gzip, file: file) end end -- cgit v1.2.1