ci: test
This commit is contained in:
parent
72ac992aa0
commit
ababaa3ff9
2 changed files with 6 additions and 1 deletions
|
|
@ -46,7 +46,7 @@ nfpms:
|
|||
priority: optional
|
||||
file_name_template: "{{ .ConventionalFileName }}"
|
||||
contents:
|
||||
- src: config.yml
|
||||
- src: config.yml.example
|
||||
dst: /etc/scron/config.yml
|
||||
type: config|noreplace
|
||||
file_info:
|
||||
|
|
|
|||
5
config.yml.example
Normal file
5
config.yml.example
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
jobs:
|
||||
- name: "Test"
|
||||
minute: "*"
|
||||
hour: "*"
|
||||
command: "echo 'Juhu'"
|
||||
Loading…
Add table
Reference in a new issue