Skip to content

Commit

Permalink
fix(jsonschema): fiw jobs.with
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien Bouquillon committed Dec 13, 2023
1 parent a57fbd5 commit a42c412
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion plugins/contrib/charts/jobs/kontinuous.values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,8 @@
},
"seccompProfile": {
"$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.24.0/_definitions.json#/definitions/io.k8s.api.core.v1.SeccompProfile"
}
},
"with": {}
},
"if": {
"properties": {
Expand Down
1 change: 0 additions & 1 deletion plugins/contrib/jobs/build/use.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"title": "schema for build job usage",
"type": "object",
"additionalProperties": false,
"required": [],
"properties": {
"dockerfile": {
"description": "Path to the Dockerfile on the repository. Defaults to /Dockerfile",
Expand Down

0 comments on commit a42c412

Please sign in to comment.