builder3: add cron entry for master build
This commit is contained in:
parent
202c7477db
commit
8ef933b0c0
11
builder3.yml
11
builder3.yml
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue