diff options
author | Kamil Trzciński <ayufan@ayufan.eu> | 2018-04-05 12:01:31 +0200 |
---|---|---|
committer | Kamil Trzciński <ayufan@ayufan.eu> | 2018-04-05 12:40:40 +0200 |
commit | 9b1677b2deeec1faf0dd1d60a2b0c47e80b58433 (patch) | |
tree | 8d1530f94bb0ebd302f37dba87765b785a714fdd /lib | |
parent | 9dde7df2470cc3fe7989de163fe3985d53262a0d (diff) | |
download | gitlab-ce-9b1677b2deeec1faf0dd1d60a2b0c47e80b58433.tar.gz |
Remove artifacts_file/metadata from project export
Diffstat (limited to 'lib')
-rw-r--r-- | lib/gitlab/import_export/import_export.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/gitlab/import_export/import_export.yml b/lib/gitlab/import_export/import_export.yml index 4bdd01f5e94..8a0cddff579 100644 --- a/lib/gitlab/import_export/import_export.yml +++ b/lib/gitlab/import_export/import_export.yml @@ -124,6 +124,8 @@ excluded_attributes: - :trace - :token - :when + - :artifacts_file + - :artifacts_metadata push_event_payload: - :event_id project_badges: |