Remove the blenddir after completing the job.
This commit is contained in:
parent
c216f578ce
commit
3ab620a588
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue