diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2019-10-08 03:05:52 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2019-10-08 03:05:52 +0000 |
commit | e4f5b707184352e7bc034f982f6a9af58093b430 (patch) | |
tree | 6d70e82e014a1858cd2dd0c1ddda3b29e5180139 /spec/fixtures | |
parent | ca95fe0b55e6a350aeb978ecc7fbd31c44ab84f4 (diff) | |
download | gitlab-ce-e4f5b707184352e7bc034f982f6a9af58093b430.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/fixtures')
-rw-r--r-- | spec/fixtures/api/schemas/public_api/v4/deployment.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/spec/fixtures/api/schemas/public_api/v4/deployment.json b/spec/fixtures/api/schemas/public_api/v4/deployment.json index 13b10eac625..2371509edd6 100644 --- a/spec/fixtures/api/schemas/public_api/v4/deployment.json +++ b/spec/fixtures/api/schemas/public_api/v4/deployment.json @@ -6,6 +6,7 @@ "ref", "sha", "created_at", + "updated_at", "user", "deployable" ], @@ -15,6 +16,7 @@ "ref": { "type": "string" }, "sha": { "type": "string" }, "created_at": { "type": "string" }, + "updated_at": { "type": "string" }, "user": { "oneOf": [ { "type": "null" }, |