diff options
author | Niels Thykier <niels@thykier.net> | 2014-04-06 08:48:03 +0200 |
---|---|---|
committer | Niels Thykier <niels@thykier.net> | 2014-04-06 08:48:03 +0200 |
commit | 15291316104221dadf044451e01e6f43ab333517 (patch) | |
tree | 933228ce1c09ccc84727e67f074bf4996e2da8b8 /job-cfg | |
parent | e0f22e1e2ee6f6473c505103e73d4a17382a188f (diff) | |
download | jenkins.debian.net-15291316104221dadf044451e01e6f43ab333517.tar.xz |
lintian-tests.yaml: Run debian/rules runtests
Signed-off-by: Niels Thykier <niels@thykier.net>
Diffstat (limited to 'job-cfg')
-rw-r--r-- | job-cfg/lintian-tests.yaml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/job-cfg/lintian-tests.yaml b/job-cfg/lintian-tests.yaml index e6bc46f1..7fb71519 100644 --- a/job-cfg/lintian-tests.yaml +++ b/job-cfg/lintian-tests.yaml @@ -51,17 +51,17 @@ - timed: "31 6 * * *" distro: 'unstable' gitrepo: 'git://anonscm.debian.org/lintian/lintian.git' - my_shell: './ci-run' + my_shell: 'debian/rules runtests' - '{name}_testing': triggers: - timed: "01 8 * * *" distro: 'testing' gitrepo: 'git://anonscm.debian.org/lintian/lintian.git' - my_shell: './ci-run' + my_shell: 'debian/rules runtests' - '{name}_stable': triggers: - timed: "31 9 * * *" distro: 'stable' gitrepo: 'git://anonscm.debian.org/lintian/lintian.git' - my_shell: './ci-run' + my_shell: 'debian/rules runtests' |