rm *.tar.* makes the builder to stop #103
Labels
Bug 🐛
Error, flaw or fault
Need Testing 🧪
Issue/PR must be tested before concluding.
PR welcomed 💡
Related Pull Requests are welcomed for this issue!
Milestone
Hi,
In the builderscript there is multiple
rm *.tar.*
that doesn't remove anything (for example if we reach an if statement that use git instead of a tarball as in lines 184-195).But without the -f option it leads the script to stop.
Solution : add the -f argument to each rm lines.
Patch :
The text was updated successfully, but these errors were encountered: