Commit 98690d4b authored by Kamil Trzciński's avatar Kamil Trzciński

Merge branch...

Merge branch '280998-follow-up-from-use-pages_deployments-in-the-zip-serving-instead-of-artifacts' into 'master'

Remove unused zil_local type from pages lookup path

See merge request gitlab-org/gitlab!47382
parents 9384c653 3f7aab75
......@@ -14,7 +14,7 @@
"source": { "type": "object",
"required": ["type", "path"],
"properties" : {
"type": { "type": "string", "enum": ["file", "zip", "zip_local"] },
"type": { "type": "string", "enum": ["file", "zip"] },
"path": { "type": "string" }
},
"additionalProperties": false
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment