Replies: 2 comments 4 replies
-
@pabloto excellent idea. I was just thinking about how we could have branch specific variables for things like library name (that would be the branch library) etc. |
Beta Was this translation helpful? Give feedback.
-
I have set up a github project for this: https://github.com/andreas-prouza/ibm-i-build So when I am developing some code, I compile based on my own home directory in my own developer lib. |
Beta Was this translation helpful? Give feedback.
-
Hi,
I'm starting in deploying in local with my team, we have a local gitlab server, now we have still some problem with deployment, for the moment the idea is than the main branch of our repository is the branch relative to what we have in production, so for a new project or bug fix we create a new branch and in our test server we start to deploy and compile.
Now we are encountering some configuration problem, because the deploy directory is the same for main branch and fix branch or some project relative branch.
Is there the possibility to set some env variable at branch level to set this kind of config:
So switching between branch I didn't have to remember to change the deploy directory and the current lib.
Many thanks
Beta Was this translation helpful? Give feedback.
All reactions