builder3: add cron entry for master build

This commit is contained in:
Daniel Frank 2021-12-31 00:25:17 +01:00
parent 202c7477db
commit 8ef933b0c0
Signed by: tokudan
GPG key ID: 063CCCAD04182D32

View file

@ -270,3 +270,14 @@
service:
name: nginx
state: started
- name: Automatically build a new gluon master
cron:
name: gluon-master-build
user: gluon
job: /home/gluon/bin/master-build.sh
minute: "17"
hour: "0"
day: "*"
month: "*"
weekday: "1"