diff options
Diffstat (limited to 'job-cfg')
-rw-r--r-- | job-cfg/ruby-qa.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/job-cfg/ruby-qa.yaml b/job-cfg/ruby-qa.yaml index 4182e73c..f0e3bbd9 100644 --- a/job-cfg/ruby-qa.yaml +++ b/job-cfg/ruby-qa.yaml @@ -47,11 +47,11 @@ - timed: "31 3 * * *" distro: 'unstable' gitrepo: 'git://anonscm.debian.org/pkg-ruby-extras/ruby-debian-qa.git' - my_shell: '/srv/jenkins/bin/ci-build' + my_shell: './ci-run' - '{name}_testing': triggers: - timed: "31 4 * * *" distro: 'testing' gitrepo: 'git://anonscm.debian.org/pkg-ruby-extras/ruby-debian-qa.git' - my_shell: '/srv/jenkins/bin/ci-build' + my_shell: './ci-run' |