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 @@ ...@@ -421,8 +421,6 @@
"secrets": { "secrets": {
"type": "object", "type": "object",
"description": "Defines secrets to be injected as environment variables", "description": "Defines secrets to be injected as environment variables",
"additionalProperties": {
"type": "object",
"additionalProperties": { "additionalProperties": {
"type": "object", "type": "object",
"description": "Environment variable name", "description": "Environment variable name",
...@@ -454,7 +452,6 @@ ...@@ -454,7 +452,6 @@
}, },
"required": ["vault"] "required": ["vault"]
} }
}
}, },
"before_script": { "before_script": {
"type": "array", "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