mirror of
https://github.com/86Box/86Box.git
synced 2026-02-22 01:25:33 -07:00
Jenkins: Suppress warning on assets directory cleanup [skip ci]
This commit is contained in:
@@ -899,7 +899,7 @@ then
|
||||
exit 7
|
||||
fi
|
||||
# Remove dot directories (including .git) and top level files.
|
||||
rm -rf assets/.*
|
||||
rm -rf assets/.* 2> /dev/null
|
||||
rm -f assets/* 2> /dev/null
|
||||
cd ..
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user