Remove cache files created during build.

This commit is contained in:
Joe Testa 2021-08-26 10:47:43 -04:00
parent f377b7cea3
commit 992d8233c9
1 changed files with 2 additions and 2 deletions

View File

@ -120,8 +120,8 @@ if [[ $? == 0 ]]; then
exit 1 exit 1
fi fi
# Remove the link we created, above. # Remove the cache files created during the build process, along with the link we created, above.
rm ssh-audit.py rm -rf build/ ssh-audit.spec ssh-audit.py
# Reset the changes we made to globals.py. # Reset the changes we made to globals.py.
git checkout globals.py 2> /dev/null git checkout globals.py 2> /dev/null