mirror of
https://github.com/Karaka-Management/Build.git
synced 2026-01-11 19:58:41 +00:00
Setup hook also for build process
This commit is contained in:
parent
8161fa9611
commit
de84d9a101
2
setup.sh
2
setup.sh
|
|
@ -33,6 +33,7 @@ echo "Setup hooks"
|
|||
|
||||
# Setup hooks
|
||||
cp ${ROOT_PATH}/Build/Hooks/default.sh ${ROOT_PATH}/.git/hooks/pre-commit
|
||||
cp ${ROOT_PATH}/Build/Hooks/default.sh ${ROOT_PATH}/.git/modules/Build/hooks/pre-commit
|
||||
cp ${ROOT_PATH}/Build/Hooks/default.sh ${ROOT_PATH}/.git/modules/phpOMS/hooks/pre-commit
|
||||
cp ${ROOT_PATH}/Build/Hooks/default.sh ${ROOT_PATH}/.git/modules/jsOMS/hooks/pre-commit
|
||||
cp ${ROOT_PATH}/Build/Hooks/default.sh ${ROOT_PATH}/.git/modules/Model/hooks/pre-commit
|
||||
|
|
@ -40,6 +41,7 @@ cp ${ROOT_PATH}/Build/Hooks/default.sh ${ROOT_PATH}/.git/modules/Modules/hooks/p
|
|||
cp ${ROOT_PATH}/Build/Hooks/default.sh ${ROOT_PATH}/.git/modules/cssOMS/hooks/pre-commit
|
||||
|
||||
chmod +x ${ROOT_PATH}/.git/hooks/pre-commit
|
||||
chmod +x ${ROOT_PATH}/.git/modules/Build/hooks/pre-commit
|
||||
chmod +x ${ROOT_PATH}/.git/modules/phpOMS/hooks/pre-commit
|
||||
chmod +x ${ROOT_PATH}/.git/modules/jsOMS/hooks/pre-commit
|
||||
chmod +x ${ROOT_PATH}/.git/modules/Model/hooks/pre-commit
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user