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:
|
||||
OSC_CONFIG: /home/go/config/oscrc-staging-bot
|
||||
timer:
|
||||
spec: 0 0 0 */3 * *
|
||||
spec: 0 0 0 */3 * ?
|
||||
only_on_changes: false
|
||||
materials:
|
||||
git:
|
||||
|
@ -89,7 +89,7 @@ pipelines:
|
||||
environment_variables:
|
||||
OSC_CONFIG: /home/go/config/oscrc-staging-bot
|
||||
timer:
|
||||
spec: 0 0 0 */3 * *
|
||||
spec: 0 0 0 */3 * ?
|
||||
only_on_changes: false
|
||||
materials:
|
||||
git:
|
||||
|
Loading…
x
Reference in New Issue
Block a user