I have configured a cron job * * * 1,15 * *
on master
and it not work. I have the following errors in log:
Dec 01 01:21:37 fialka docker[944]: {"branch":"master","cron":1,"error":"Not Supported","level":"warning","msg":"cron: cannot find commit","repo":"ogarcia/docker-archlinux","time":"2018-12-01T00:21:37Z"}
Dec 01 01:51:37 fialka docker[944]: {"branch":"master","cron":1,"error":"Not Supported","level":"warning","msg":"cron: cannot find commit","repo":"ogarcia/docker-archlinux","time":"2018-12-01T00:51:37Z"}
Dec 01 02:21:37 fialka docker[944]: {"branch":"master","cron":1,"error":"Not Supported","level":"warning","msg":"cron: cannot find commit","repo":"ogarcia/docker-archlinux","time":"2018-12-01T01:21:37Z"}
Dec 01 02:51:37 fialka docker[944]: {"branch":"master","cron":1,"error":"Not Supported","level":"warning","msg":"cron: cannot find commit","repo":"ogarcia/docker-archlinux","time":"2018-12-01T01:51:37Z"}
Dec 01 03:21:37 fialka docker[944]: {"branch":"master","cron":1,"error":"Not Supported","level":"warning","msg":"cron: cannot find commit","repo":"ogarcia/docker-archlinux","time":"2018-12-01T02:21:37Z"}
Dec 01 03:51:37 fialka docker[944]: {"branch":"master","cron":1,"error":"Not Supported","level":"warning","msg":"cron: cannot find commit","repo":"ogarcia/docker-archlinux","time":"2018-12-01T02:51:37Z"}
Dec 01 04:21:37 fialka docker[944]: {"branch":"master","cron":1,"error":"Not Supported","level":"warning","msg":"cron: cannot find commit","repo":"ogarcia/docker-archlinux","time":"2018-12-01T03:21:37Z"}
Dec 01 04:51:37 fialka docker[944]: {"branch":"master","cron":1,"error":"Not Supported","level":"warning","msg":"cron: cannot find commit","repo":"ogarcia/docker-archlinux","time":"2018-12-01T03:51:37Z"}
Dec 01 05:21:38 fialka docker[944]: {"branch":"master","cron":1,"error":"Not Supported","level":"warning","msg":"cron: cannot find commit","repo":"ogarcia/docker-archlinux","time":"2018-12-01T04:21:38Z"}
Dec 01 05:51:38 fialka docker[944]: {"branch":"master","cron":1,"error":"Not Supported","level":"warning","msg":"cron: cannot find commit","repo":"ogarcia/docker-archlinux","time":"2018-12-01T04:51:38Z"}
Dec 01 06:21:38 fialka docker[944]: {"branch":"master","cron":1,"error":"Not Supported","level":"warning","msg":"cron: cannot find commit","repo":"ogarcia/docker-archlinux","time":"2018-12-01T05:21:38Z"}
Dec 01 06:51:38 fialka docker[944]: {"branch":"master","cron":1,"error":"Not Supported","level":"warning","msg":"cron: cannot find commit","repo":"ogarcia/docker-archlinux","time":"2018-12-01T05:51:38Z"}
Dec 01 07:21:38 fialka docker[944]: {"branch":"master","cron":1,"error":"Not Supported","level":"warning","msg":"cron: cannot find commit","repo":"ogarcia/docker-archlinux","time":"2018-12-01T06:21:38Z"}
Dec 01 07:51:38 fialka docker[944]: {"branch":"master","cron":1,"error":"Not Supported","level":"warning","msg":"cron: cannot find commit","repo":"ogarcia/docker-archlinux","time":"2018-12-01T06:51:38Z"}
Dec 01 08:21:38 fialka docker[944]: {"branch":"master","cron":1,"error":"Not Supported","level":"warning","msg":"cron: cannot find commit","repo":"ogarcia/docker-archlinux","time":"2018-12-01T07:21:38Z"}
Dec 01 08:51:38 fialka docker[944]: {"branch":"master","cron":1,"error":"Not Supported","level":"warning","msg":"cron: cannot find commit","repo":"ogarcia/docker-archlinux","time":"2018-12-01T07:51:38Z"}
Dec 01 09:21:38 fialka docker[944]: {"branch":"master","cron":1,"error":"Not Supported","level":"warning","msg":"cron: cannot find commit","repo":"ogarcia/docker-archlinux","time":"2018-12-01T08:21:38Z"}
Dec 01 09:51:38 fialka docker[944]: {"branch":"master","cron":1,"error":"Not Supported","level":"warning","msg":"cron: cannot find commit","repo":"ogarcia/docker-archlinux","time":"2018-12-01T08:51:38Z"}
Dec 01 10:21:38 fialka docker[944]: {"branch":"master","cron":1,"error":"Not Supported","level":"warning","msg":"cron: cannot find commit","repo":"ogarcia/docker-archlinux","time":"2018-12-01T09:21:38Z"}
Any clues that what is happend?