1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

ci: murdock: fix output error on missing builddir after failed build

This commit is contained in:
Kaspar Schleiser 2017-12-01 11:56:53 +01:00
parent ac1a645fd1
commit 25e204eecd

View File

@ -96,7 +96,7 @@ compile() {
fi
fi
echo "-- build directory size: $(du -sh ${BINDIR} | cut -f1)"
test -d ${BINDIR} && echo "-- build directory size: $(du -sh ${BINDIR} | cut -f1)"
# cleanup
rm -Rf build