drone-yaml/yaml/testdata/cron.yml.golden

13 lines
192 B
Plaintext
Raw Normal View History

2019-01-23 00:44:17 +01:00
[
{
"kind": "cron",
"name": "nightly",
"spec": {
"schedule": "1 * * * *",
"branch": "master",
"deployment": {
"target": "production"
}
}
}
]