Skip to content

Commit

Permalink
Tips and tricks
Browse files Browse the repository at this point in the history
  • Loading branch information
eduard93 authored Mar 29, 2018
1 parent 1730c49 commit 5d7037a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,12 @@ 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.

## Tips & Tricks

Various tricks for GitLab CI.

### Namespaces

Use `CI_COMMIT_REF_NAME` (resolves to branch) environment variable to use several namespaces on one server.

I.e. `csession ensemble -U ${CI_COMMIT_REF_NAME} "##class(isc.git.GitLab).loadDiff()"`

0 comments on commit 5d7037a

Please sign in to comment.