Remove the blenddir after completing the job.

This commit is contained in:
parazyd 2018-10-08 14:18:12 +02:00
parent c216f578ce
commit 3ab620a588
No known key found for this signature in database
GPG Key ID: F0CB28FCF78637DE
1 changed files with 4 additions and 3 deletions

View File

@ -34,9 +34,10 @@
<builders> <builders>
<hudson.tasks.Shell> <hudson.tasks.Shell>
<command> <command>
scp -r sdk:{{{BLENDDIR}}} {{{BLENDDIR}}} scp -r sdk:{{{BLENDDIR}}} {{{BLENDDIR}}} || exit 1
git submodule update --init --recursive --checkout git submodule update --init --recursive --checkout || exit 1
{{{COMMAND}}} {{{COMMAND}}} || exit 1
rm -rf {{{BLENDDIR}}}
</command> </command>
</hudson.tasks.Shell> </hudson.tasks.Shell>
</builders> </builders>