Fix templating + assertion on template validation

This commit is contained in:
Ethan Chiu
2020-06-15 10:09:05 -04:00
parent 85796d0011
commit e654a3e885
2 changed files with 11 additions and 2 deletions

View File

@@ -98,7 +98,16 @@
}
},
"steps-item": {
"run-step": "non-empty-string"
"one-of": [
"run-step"
]
},
"run-step": {
"mapping": {
"properties": {
"run": "non-empty-string"
}
}
},
"container-runs-context": {
"context": [