Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
eduard93 authored Mar 29, 2018
1 parent 5d7037a commit da3e9aa
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,14 @@ There are two types of hooks available:

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.

### Execution order:

1. Global hooks, before.
2. Local hooks, before.
3. Code load and compile.
4. Local hooks, after.
5. Global hooks, after.

## Tips & Tricks

Various tricks for GitLab CI.
Expand Down

0 comments on commit da3e9aa

Please sign in to comment.