Update ci-build.sh

This commit is contained in:
enkore 2015-06-06 09:38:50 +02:00
parent 1018de059c
commit c74186f38f

View File

@ -6,7 +6,7 @@ python3 -mpep8 --version
# Target directory for all build files # Target directory for all build files
BUILD=${1:-ci-build} BUILD=${1:-ci-build}
rm -r ${BUILD}/ rm -rf ${BUILD}/
mkdir -p $BUILD mkdir -p $BUILD
python3 -mpep8 --ignore E501 i3pystatus tests python3 -mpep8 --ignore E501 i3pystatus tests