summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorJames Lopez <james@gitlab.com>2019-06-11 12:54:21 +0000
committerJames Lopez <james@gitlab.com>2019-06-11 12:54:21 +0000
commit0899537e2d3bd4b481bd71c04a0186108ad9c39f (patch)
tree5bca6c77dc63ac95fb3f50e3de795f1c78b00c73 /spec
parentc951798b7173923e43256e57a3db41a297737a05 (diff)
parentc5c41ae0650da8c6174aa05f1cad1c50e90f713a (diff)
downloadgitlab-ce-0899537e2d3bd4b481bd71c04a0186108ad9c39f.tar.gz
Merge branch 'ignore-artifact-attirbutes-in-project-import-export' into 'master'
Ignore legacy artifact columns in Project Import/Export Closes #63033 See merge request gitlab-org/gitlab-ce!29427
Diffstat (limited to 'spec')
-rw-r--r--spec/lib/gitlab/import_export/project.json5
1 files changed, 4 insertions, 1 deletions
diff --git a/spec/lib/gitlab/import_export/project.json b/spec/lib/gitlab/import_export/project.json
index fb7bddb386c..6512fe80a3b 100644
--- a/spec/lib/gitlab/import_export/project.json
+++ b/spec/lib/gitlab/import_export/project.json
@@ -6223,7 +6223,10 @@
"erased_by_id": null,
"erased_at": null,
"type": "Ci::Build",
- "token": "abcd"
+ "token": "abcd",
+ "artifacts_file_store": 1,
+ "artifacts_metadata_store": 1,
+ "artifacts_size": 10
},
{
"id": 72,