Skip to content

Commit da3e9aa

Browse files
authored
Update README.md
1 parent 5d7037a commit da3e9aa

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

+8
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,14 @@ There are two types of hooks available:
4141

4242
Hooks of the same type are executed in collation order. To create a hook extend either or `isc.git.hook.Global` or `isc.git.hook.Local` and implement `onBefore` and/or `onAfter` methods.
4343

44+
### Execution order:
45+
46+
1. Global hooks, before.
47+
2. Local hooks, before.
48+
3. Code load and compile.
49+
4. Local hooks, after.
50+
5. Global hooks, after.
51+
4452
## Tips & Tricks
4553

4654
Various tricks for GitLab CI.

0 commit comments

Comments
 (0)