mirror of
https://github.com/ansible/awx.git
synced 2026-02-26 23:46:05 -03:30
Merge pull request #9922 from jbradberry/write-pre-commit-always
Always overwrite the contents of .git/hooks/pre-commit SUMMARY Set the make command to always write into the pre-commit hook file, even if it already exists. This will allow this file to be updated when changes are made without the developer having to jump through hoops or remember that it is a thing. ISSUE TYPE Bugfix Pull Request COMPONENT NAME API AWX VERSION Reviewed-by: Ryan Petrello <None>
This commit is contained in:
3
Makefile
3
Makefile
@@ -65,7 +65,8 @@ I18N_FLAG_FILE = .i18n_built
|
|||||||
receiver test test_unit test_coverage coverage_html \
|
receiver test test_unit test_coverage coverage_html \
|
||||||
dev_build release_build sdist \
|
dev_build release_build sdist \
|
||||||
ui-release ui-devel \
|
ui-release ui-devel \
|
||||||
VERSION docker-compose-sources
|
VERSION docker-compose-sources \
|
||||||
|
.git/hooks/pre-commit
|
||||||
|
|
||||||
clean-tmp:
|
clean-tmp:
|
||||||
rm -rf tmp/
|
rm -rf tmp/
|
||||||
|
|||||||
Reference in New Issue
Block a user