Skip to content
Snippets Groups Projects
Commit ff4911a2 authored by Bob Mottram's avatar Bob Mottram
Browse files

Remove any existing build log

parent 7d947d88
No related branches found
No related tags found
No related merge requests found
......@@ -202,6 +202,11 @@ fi
build_log_filename="${web_dir}/buildlog_${PROJECT_NAME}-${targetstr}.txt"
# remove any existing build log
if [ -f "$build_log_filename" ]; then
rm "$build_log_filename"
fi
# install from the source directory
cd "${source_directory}" || exit 1
git stash
......
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