You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9
Original file line number
Diff line number
Diff line change
@@ -41,3 +41,12 @@ There are two types of hooks available:
41
41
42
42
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.
43
43
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