Commit 74b0b68e authored by Frédéric Caplette's avatar Frédéric Caplette

Merge branch 'Progyan-IK-master-patch-93085' into 'master'

Fix ci.json: Remove Nesting from Secrets Rule

See merge request gitlab-org/gitlab!82484
parents 218eff9c ee33d4da
......@@ -421,8 +421,6 @@
"secrets": {
"type": "object",
"description": "Defines secrets to be injected as environment variables",
"additionalProperties": {
"type": "object",
"additionalProperties": {
"type": "object",
"description": "Environment variable name",
......@@ -454,7 +452,6 @@
},
"required": ["vault"]
}
}
},
"before_script": {
"type": "array",
......
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