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:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-04-12 15:08:50 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2022-04-12 15:08:50 +0300
commit47bb4281f0b12f158923f8a1e5691c7a4be2f2f6 (patch)
tree319d236945ce62673cab2fdcc5331e79ef0c01ba /app/assets/javascripts/editor
parent2e3f13a01a2833f85fb2201a245205b8e9d0ca9a (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/assets/javascripts/editor')
-rw-r--r--app/assets/javascripts/editor/schema/ci.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/assets/javascripts/editor/schema/ci.json b/app/assets/javascripts/editor/schema/ci.json
index 2d222903c0c..fe3229ac91b 100644
--- a/app/assets/javascripts/editor/schema/ci.json
+++ b/app/assets/javascripts/editor/schema/ci.json
@@ -1291,7 +1291,7 @@
},
"pipeline_variables": {
"type": "boolean",
- "description": "Variables added for manual pipeline runs are passed to downstream pipelines.",
+ "description": "Variables added for manual pipeline runs and scheduled pipelines are passed to downstream pipelines.",
"default": false
}
}
@@ -1407,7 +1407,7 @@
},
"pipeline_variables": {
"type": "boolean",
- "description": "Variables added for manual pipeline runs are passed to downstream pipelines.",
+ "description": "Variables added for manual pipeline runs and scheduled pipelines are passed to downstream pipelines.",
"default": false
}
}