jenkins.sh: cleanup always the workspace

It was broken before becaues of checking emptyness against literal string
will never be zero.
However it should be cleaned always because the script is executed
recursive which would also end up, never being executed.

Change-Id: Ib228ff247a72b21b12e8dd4cbe3afe3e858c89d3
This commit is contained in:
Alexander Couzens 2018-02-25 20:23:56 +01:00
parent c0c6d70fe9
commit ffa4e5938c
1 changed files with 1 additions and 3 deletions

View File

@ -83,6 +83,4 @@ $MAKE $PARALLEL_MAKE
$MAKE check \
|| cat-testlogs.sh
if [ -z "x${INSIDE_CHROOT}" ]; then
osmo-clean-workspace.sh
fi
osmo-clean-workspace.sh