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

12 lines
129 B
Plaintext
Raw Normal View History

2019-01-23 00:44:17 +01:00
---
version: 1
kind: cron
name: nightly
spec:
schedule: "1 * * * *"
branch: master
deployment:
target: production
...