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

12 lines
127 B
Plaintext
Raw Normal View History

2019-01-22 23:44:17 +00:00
---
version: 1
kind: cron
name: nightly
spec:
2019-06-07 02:09:32 +00:00
schedule: 1 * * * *
2019-01-22 23:44:17 +00:00
branch: master
deployment:
target: production
...