fix test in include-raw-escape001.yaml
The yaml list for job templates is 'job-template' not 'template-job'. Change-Id: I693cdfd2ecb2dcdb10db93bbcfe158a910d11222
This commit is contained in:
parent
b059ac4ff0
commit
4fca8ba2d5
tests/localyaml/fixtures
@ -1,6 +1,6 @@
|
||||
[
|
||||
{
|
||||
"template-job": {
|
||||
"job-template": {
|
||||
"name": "test-job-include-raw-{num}",
|
||||
"builders": [
|
||||
{
|
||||
|
@ -1,4 +1,4 @@
|
||||
- template-job:
|
||||
- job-template:
|
||||
name: test-job-include-raw-{num}
|
||||
builders:
|
||||
- shell:
|
||||
|
Loading…
x
Reference in New Issue
Block a user