Skip to content
Snippets Groups Projects
Commit 0e23a798 authored by Martyn Gigg's avatar Martyn Gigg Committed by GitHub
Browse files

Update pylint-buildscript

Don' remove old logs to keep build results more-or-less consistent
parent 5a94ea92
No related branches found
No related tags found
No related merge requests found
......@@ -8,11 +8,6 @@ if [ -z "$BUILD_DIR" ]; then
exit 1
fi
###############################################################################
# Purge old logs
###############################################################################
rm -f $BUILD_DIR/pylint/PYLINT-*
###############################################################################
# Check if python files have changed
###############################################################################
......@@ -26,6 +21,11 @@ then
fi
echo "running pylint"
###############################################################################
# Purge old logs
###############################################################################
rm -f $BUILD_DIR/pylint/PYLINT-*
###############################################################################
# Print out the versions of things we are using
###############################################################################
......
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