mirror of
https://git.alemi.dev/tci.git
synced 2024-11-14 04:39:19 +01:00
docs: update config key
This commit is contained in:
parent
003d535c97
commit
a2e0a10ded
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ just set it as `post-update` hook in your repository and, each time such reposit
|
|||
* create a temp dir (under `/tmp`) with unique name
|
||||
* clone your repository in that dir
|
||||
* change current working directory to be inside your freshly cloned repo
|
||||
* run `.tci` script (you can change it by setting git config `tci.script`)
|
||||
* run `.tci` script (you can change it by setting git config `tci.path`)
|
||||
* print script's `STDOUT` to console
|
||||
* delete temporary directory
|
||||
|
||||
|
|
Loading…
Reference in a new issue