Skip pre-commit hooks in the git-sync cron job
This commit is contained in:
parent
a86f247bea
commit
11ab7e5afb
2 changed files with 15 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ sync_repo () {
|
|||
repo=$1
|
||||
|
||||
echo git-sync -s "${repo}"
|
||||
( cd "${repo}" && "$(systemd-path user-state-private)"/git-sync/git-sync -s sync )
|
||||
( cd "${repo}" && "$(systemd-path user-binaries)"/hookless-git-sync -s sync )
|
||||
echo
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue