From 18f7828977b74bf6e5153594a098ef90e773b3b7 Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Thu, 12 Mar 2020 09:09:55 +0000 Subject: Add latest changes from gitlab-org/gitlab@master --- spec/fixtures/api/schemas/public_api/v4/project/export_status.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'spec/fixtures') diff --git a/spec/fixtures/api/schemas/public_api/v4/project/export_status.json b/spec/fixtures/api/schemas/public_api/v4/project/export_status.json index 81c8815caf6..fd35ba34b49 100644 --- a/spec/fixtures/api/schemas/public_api/v4/project/export_status.json +++ b/spec/fixtures/api/schemas/public_api/v4/project/export_status.json @@ -13,9 +13,10 @@ "type": "string", "enum": [ "none", + "queued", "started", "finished", - "after_export_action" + "regeneration_in_progress" ] } } -- cgit v1.2.3