ci: test
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/tag/woodpecker Pipeline was successful

This commit is contained in:
kekskurse 2025-07-31 03:44:54 +02:00
parent 72ac992aa0
commit ababaa3ff9
2 changed files with 6 additions and 1 deletions

View file

@ -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
View file

@ -0,0 +1,5 @@
jobs:
- name: "Test"
minute: "*"
hour: "*"
command: "echo 'Juhu'"