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 @@
"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