From e4610952edad88a21a980e2b0d643d9f06e93cd7 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Thu, 15 Aug 2013 16:50:16 +0200 Subject: fix path to sheel script --- job-cfg/ruby-qa.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'job-cfg/ruby-qa.yaml') diff --git a/job-cfg/ruby-qa.yaml b/job-cfg/ruby-qa.yaml index 0132ccbb..cea4deb8 100644 --- a/job-cfg/ruby-qa.yaml +++ b/job-cfg/ruby-qa.yaml @@ -43,11 +43,11 @@ - timed: "31 3 * * *" distro: 'unstable' gitrepo: 'git://anonscm.debian.org/pkg-ruby-extras/ruby-debian-qa.git' - my_shell: './ci-build' + my_shell: '/srv/jenkins/bin/ci-build' - '{name}_testing': triggers: - timed: "31 4 * * *" distro: 'testing' gitrepo: 'git://anonscm.debian.org/pkg-ruby-extras/ruby-debian-qa.git' - my_shell: './ci-build' + my_shell: '/srv/jenkins/bin/ci-build' -- cgit v1.2.3-54-g00ecf