Merge pull request #2624 from Vogtinator/timerfix

gocd: Fix timer specification for Update.Repos.Leap
This commit is contained in:
Fabian Vogt 2021-08-20 09:49:06 +02:00 committed by GitHub
commit 43b07171ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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:

View File

@ -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: