mirror of
https://github.com/opdavies/build-configs.git
synced 2025-09-06 03:15:34 +01:00
feat(run): include any local tasks
This commit is contained in:
parent
7c95164fee
commit
08e81c5e16
4 changed files with 12 additions and 0 deletions
|
@ -4,6 +4,9 @@
|
|||
|
||||
set -eu
|
||||
|
||||
# Include any local tasks.
|
||||
source run.local || true
|
||||
|
||||
# Disable Git hooks.
|
||||
function git-hooks:off {
|
||||
git config --unset core.hooksPath
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue