Skip to content

Commit 5d7037a

Browse files
authored
Tips and tricks
1 parent 1730c49 commit 5d7037a

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

Diff for: README.md

+9
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,12 @@ 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+
## Tips & Tricks
45+
46+
Various tricks for GitLab CI.
47+
48+
### Namespaces
49+
50+
Use `CI_COMMIT_REF_NAME` (resolves to branch) environment variable to use several namespaces on one server.
51+
52+
I.e. `csession ensemble -U ${CI_COMMIT_REF_NAME} "##class(isc.git.GitLab).loadDiff()"`

0 commit comments

Comments
 (0)