-
- Downloads
Remove rm -rf
Calling rm -rf on some variable could lead to dangerous things if this script is run on a productive machine and not an travis environment. Technically there is no need to clean up the output directory so it should be save to just remove this command.
Please register or sign in to comment