Add line space at end of test files
This commit is contained in:
parent
1ebf5b7d43
commit
a0b83140fe
7 changed files with 7 additions and 7 deletions
2
plugin/converter/testdata/drone.yml
vendored
2
plugin/converter/testdata/drone.yml
vendored
|
@ -3,4 +3,4 @@ load: plugin.starlark
|
|||
data:
|
||||
stepName: my_step
|
||||
image: my_image
|
||||
commands: my_command
|
||||
commands: my_command
|
||||
|
|
|
@ -3,4 +3,4 @@ load: plugin.jsonnet
|
|||
data:
|
||||
stepName: my_step
|
||||
image: my_image
|
||||
commands: my_command
|
||||
commands: my_command
|
||||
|
|
|
@ -11,4 +11,4 @@ def main(ctx):
|
|||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1 +1 @@
|
|||
{"kind": "pipeline", "name": "build", "steps": [{"name": "my_step", "image": "my_image", "commands": ["my_command"]}]}
|
||||
{"kind": "pipeline", "name": "build", "steps": [{"name": "my_step", "image": "my_image", "commands": ["my_command"]}]}
|
||||
|
|
|
@ -3,4 +3,4 @@ load: plugin.starlark
|
|||
data:
|
||||
stepName: my_step
|
||||
image: my_image
|
||||
commands: my_command
|
||||
commands: my_command
|
||||
|
|
|
@ -7,4 +7,4 @@ CREATE TABLE IF NOT EXISTS templates (
|
|||
,template_data BYTEA
|
||||
,template_created INTEGER
|
||||
,template_updated INTEGER
|
||||
);
|
||||
);
|
||||
|
|
|
@ -7,4 +7,4 @@ CREATE TABLE IF NOT EXISTS templates (
|
|||
,template_data BLOB
|
||||
,template_created INTEGER
|
||||
,template_updated INTEGER
|
||||
);
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue