Merge pull request #2624 from Vogtinator/timerfix
gocd: Fix timer specification for Update.Repos.Leap
This commit is contained in:
commit
43b07171ad
@ -114,7 +114,7 @@ pipelines:
|
|||||||
environment_variables:
|
environment_variables:
|
||||||
OSC_CONFIG: /home/go/config/oscrc-staging-bot
|
OSC_CONFIG: /home/go/config/oscrc-staging-bot
|
||||||
timer:
|
timer:
|
||||||
spec: 0 0 0 */3 * *
|
spec: 0 0 0 */3 * ?
|
||||||
only_on_changes: false
|
only_on_changes: false
|
||||||
materials:
|
materials:
|
||||||
git:
|
git:
|
||||||
|
@ -89,7 +89,7 @@ pipelines:
|
|||||||
environment_variables:
|
environment_variables:
|
||||||
OSC_CONFIG: /home/go/config/oscrc-staging-bot
|
OSC_CONFIG: /home/go/config/oscrc-staging-bot
|
||||||
timer:
|
timer:
|
||||||
spec: 0 0 0 */3 * *
|
spec: 0 0 0 */3 * ?
|
||||||
only_on_changes: false
|
only_on_changes: false
|
||||||
materials:
|
materials:
|
||||||
git:
|
git:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user