diff options
-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 b1a41f4b..c844b150 100644 --- a/job-cfg/live.yaml +++ b/job-cfg/live.yaml @@ -46,7 +46,7 @@ - '{name}_build_edu_jessie_standalone': my_description: 'Build Debian Edu Jessie live-image with "standlone" profile.' my_time: '0 12 1 * *' - my_shell: 'schroot --directory /tmp -c source:jenkins-live-jessie /srv/jenkins/bin/live-build debian-edu standalone' + my_shell: 'schroot --directory /tmp -c source:jenkins-live-jessie /srv/jenkins/bin/live-build.sh debian-edu standalone' - '{name}_setup_schroot': my_description: 'Setup schroot for building live images using live-build in a jessie environment.' my_time: '42 10 1 * *' |