Commit ee33d4da authored by Progyan Bhattacharya's avatar Progyan Bhattacharya

Fix ci.json: Remove Nesting from Secrets Rule

Remove Additional Object Wrapper from Secrets Field.

Reference: https://docs.gitlab.com/ee/ci/yaml/#secrets
Documentation: https://docs.gitlab.com/ee/ci/secretsSigned-off-by: default avatarProgyan Bhattacharya <bprogyan@gmail.com>
Changelog: fixed
parent 30d600ef
...@@ -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