mirror of
https://github.com/ansible/awx.git
synced 2026-04-04 17:55:06 -02:30
Update the make clean command to clear out the parallelized sqlite3 files
This commit is contained in:
2
Makefile
2
Makefile
@@ -101,7 +101,7 @@ clean: clean-ui clean-dist
|
|||||||
rm -rf awx/job_status
|
rm -rf awx/job_status
|
||||||
rm -rf awx/job_output
|
rm -rf awx/job_output
|
||||||
rm -rf reports
|
rm -rf reports
|
||||||
rm -f awx/awx_test.sqlite3
|
rm -f awx/awx_test.sqlite3*
|
||||||
rm -rf requirements/vendor
|
rm -rf requirements/vendor
|
||||||
rm -rf tmp
|
rm -rf tmp
|
||||||
rm -rf $(I18N_FLAG_FILE)
|
rm -rf $(I18N_FLAG_FILE)
|
||||||
|
|||||||
Reference in New Issue
Block a user