Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/javascripts/editor/schema/ci.json')
-rw-r--r--app/assets/javascripts/editor/schema/ci.json7
1 files changed, 7 insertions, 0 deletions
diff --git a/app/assets/javascripts/editor/schema/ci.json b/app/assets/javascripts/editor/schema/ci.json
index 65091487c93..2dba919cf58 100644
--- a/app/assets/javascripts/editor/schema/ci.json
+++ b/app/assets/javascripts/editor/schema/ci.json
@@ -845,6 +845,9 @@
"if": {
"$ref": "#/definitions/if"
},
+ "changes": {
+ "$ref": "#/definitions/changes"
+ },
"exists": {
"$ref": "#/definitions/exists"
},
@@ -2084,6 +2087,10 @@
"publish": {
"description": "A path to a directory that contains the files to be published with Pages",
"type": "string"
+ },
+ "pages_path_prefix": {
+ "description": "The path prefix identifier for this version of pages. Allows creation of multiple versions of the same site with different path prefixes",
+ "type": "string"
}
},
"oneOf": [