continuous-build.sh: do not git-clean tmp/

This commit is contained in:
Giacomo Tesio 2016-11-26 12:49:36 +01:00
parent 767e199ea1
commit dc7ca89d09
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ if [ "${COVERITY_SCAN_BRANCH}" != 1 ]; then
export PATH="$JEHANNE/hacking/bin:$PATH"
export PATH="$JEHANNE/hacking/cross/toolchain/bin:$PATH"
export ARCH=amd64
git clean -xdf .
git clean -xdf arch/ sys/ qa/ usr/
if [ ! -f "$JEHANNE/hacking/bin/ufs" ]; then
echo "Cannot find build tools in $JEHANNE/hacking/bin"
$JEHANNE/hacking/buildtools.sh