diff options
author | Philip Hands <phil@hands.com> | 2016-04-28 19:15:37 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-04-28 21:52:10 +0200 |
commit | 00f711c3c65018273da3c9547ba8abc891b6d603 (patch) | |
tree | 4078f2db946fcb75f2207298a30796edcbc3383e /job-cfg | |
parent | 268339aa08aebba31eba5ab49c79ca5c85c85b56 (diff) | |
download | jenkins.debian.net-00f711c3c65018273da3c9547ba8abc891b6d603.tar.xz |
stop the vlog noise
Diffstat (limited to 'job-cfg')
-rw-r--r-- | job-cfg/lvc.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/job-cfg/lvc.yaml b/job-cfg/lvc.yaml index ba1fa278..34e85c51 100644 --- a/job-cfg/lvc.yaml +++ b/job-cfg/lvc.yaml @@ -40,7 +40,7 @@ wrappers: - live-screenshot builders: - - shell: 'rm $WORKSPACE/*.png $WORKSPACE/*.mvk -f >/dev/null; /srv/jenkins/bin/lvc/run_test_suite {my_params}' + - shell: '/srv/jenkins/bin/lvc/run_test_suite {my_params}' triggers: - timed: '{my_time}' |