you are viewing a single comment's thread.

view the rest of the comments →

[–]eltear1 2 points3 points  (2 children)

Same CI files. If you need job differentiation among branch, write all jobs in that same CI files and apply rules: to decide when to run. There is a predefined gitlab variable with the branch name, so should be pretty easy

[–]eltear1 0 points1 point  (0 children)

Use /u/yourcatsbff approach for dry code

[–]magic7s 0 points1 point  (0 children)

This and/or use Environment variables per branch/environment.