diff options
author | Grzegorz Bizon <grzesiek.bizon@gmail.com> | 2017-07-24 14:13:29 +0200 |
---|---|---|
committer | Grzegorz Bizon <grzesiek.bizon@gmail.com> | 2017-07-24 14:13:29 +0200 |
commit | c14bd53d7483b57d47159c52dcb1b3456885f153 (patch) | |
tree | 78c484b455c0981f29cfdef39f825d07c3736e01 | |
parent | 865de49b0832dc1e2fa74034a25d186980b6a361 (diff) | |
download | gitlab-ce-c14bd53d7483b57d47159c52dcb1b3456885f153.tar.gz |
Fix import/export for CI/CD stage commit statuses
-rw-r--r-- | spec/lib/gitlab/import_export/all_models.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/lib/gitlab/import_export/all_models.yml b/spec/lib/gitlab/import_export/all_models.yml index 977174a5fd2..28df089928f 100644 --- a/spec/lib/gitlab/import_export/all_models.yml +++ b/spec/lib/gitlab/import_export/all_models.yml @@ -115,7 +115,7 @@ pipelines: stages: - project - pipeline -- statuses +- commit_statuses - builds statuses: - project |