diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-01-01 23:04:08 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-01-01 23:04:08 +0100 |
commit | 43b565aeb6edb73f0977b264aebb95199d82df0e (patch) | |
tree | 128dc34384ec8946689c709fbe6cc1633bca59d9 /job-cfg | |
parent | 74cc97dabfc10262ba0dd22a643ef41e13fd4261 (diff) | |
download | jenkins.debian.net-43b565aeb6edb73f0977b264aebb95199d82df0e.tar.xz |
fixup
Diffstat (limited to 'job-cfg')
-rw-r--r-- | job-cfg/live.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/job-cfg/live.yaml b/job-cfg/live.yaml index 05fdf470..a88da9f8 100644 --- a/job-cfg/live.yaml +++ b/job-cfg/live.yaml @@ -50,5 +50,5 @@ - '{name}_setup_schroot': my_description: 'Setup schroot for building live images using live-build in a jessie environment.' my_time: '42 10 1 * *' - my_shell: '/srv/jenkins/bin/schroot-create.sh live-jessie jessie python sudo live-build' + my_shell: '/srv/jenkins/bin/schroot-create.sh live-jessie jessie python live-build' |