summaryrefslogtreecommitdiffstats
path: root/job-cfg
diff options
context:
space:
mode:
authorAntonio Terceiro <terceiro@debian.org>2013-08-28 15:04:26 -0300
committerAntonio Terceiro <terceiro@debian.org>2013-08-28 15:04:26 -0300
commit81fb828497ed12537ad143518e112137729a5c5b (patch)
treef5826c746fb555142ef4682a5ea2e4d819d986b5 /job-cfg
parentb99e355e587df7b473a789a4429e5cdc192d6b87 (diff)
downloadjenkins.debian.net-81fb828497ed12537ad143518e112137729a5c5b.tar.xz
Fix Ruby-QA test job
Doh!
Diffstat (limited to 'job-cfg')
-rw-r--r--job-cfg/ruby-qa.yaml4
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'