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

Remove contents of downloads directory first

parent 37fca30c
No related branches found
No related tags found
No related merge requests found
......@@ -258,6 +258,7 @@ else
fi
fi
xz --no-warn --verbose --keep --threads=3 -3 "${build_directory}"/*.img >> "$build_directory/build.txt"
rm -rf "${downloads_directory:?}"/*
mv "${build_directory}"/*.xz "${downloads_directory}"
cd "$source_directory" || exit 36735
git log -n 1 > "$downloads_directory/commit.txt"
......
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