mirror of
https://git.jami.net/savoirfairelinux/jami-daemon.git
synced 2025-08-12 22:09:25 +08:00
hudson: added -x to git clean command
this will remove ignored files as well (e.g. built object files)
This commit is contained in:
@ -4,7 +4,7 @@
|
||||
#
|
||||
# Author: Emmanuel Milou <emmanuel.milou@savoirfairelinux.com>
|
||||
|
||||
git clean -f -d
|
||||
git clean -f -d -x
|
||||
XML_RESULTS="cppunitresults.xml"
|
||||
|
||||
set -x
|
||||
|
Reference in New Issue
Block a user