Skip to content
Snippets Groups Projects
Commit 25e204ee authored by Kaspar Schleiser's avatar Kaspar Schleiser
Browse files

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

parent ac1a645f
No related branches found
No related tags found
No related merge requests found
...@@ -96,7 +96,7 @@ compile() { ...@@ -96,7 +96,7 @@ compile() {
fi fi
fi fi
echo "-- build directory size: $(du -sh ${BINDIR} | cut -f1)" test -d ${BINDIR} && echo "-- build directory size: $(du -sh ${BINDIR} | cut -f1)"
# cleanup # cleanup
rm -Rf build rm -Rf build
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment