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>2023-05-31 09:09:47 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-05-31 09:09:47 +0300
commit3a5eccd3d0601c058aeecc74959305e70084f2be (patch)
tree0bcb16e74e0f9fd453c889ccd9ab30637a18f1e7 /app/assets/javascripts/editor
parent96fb7f03bd25a123567fa8a10ccaf4922f01a8aa (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.json6
1 files changed, 1 insertions, 5 deletions
diff --git a/app/assets/javascripts/editor/schema/ci.json b/app/assets/javascripts/editor/schema/ci.json
index d240ad7353a..82a8cfaa3eb 100644
--- a/app/assets/javascripts/editor/schema/ci.json
+++ b/app/assets/javascripts/editor/schema/ci.json
@@ -1067,11 +1067,7 @@
"type": "string",
"markdownDescription": "Determines the strategy for downloading and updating the cache. [Learn More](https://docs.gitlab.com/ee/ci/yaml/#cachepolicy)",
"default": "pull-push",
- "enum": [
- "pull",
- "push",
- "pull-push"
- ]
+ "pattern": "pull-push|pull|push|\\$\\w{1,255}"
},
"unprotect": {
"type": "boolean",