-
Greetings, I am working on implementing your solution in my environment, but I do not see an example or notes in the Readme to reference what you mean by this code:
Can you give some more explanation on this section? Is it just expecting the gitlab-ci.yml file name and the custom runner 'build_script' stage? Thanks in advance for any info you can help me with. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
The The Also, an excerpt from an example |
Beta Was this translation helpful? Give feedback.
-
Hey Ryan, Thank you for the reply, I got the error about needing the script and sub job while trying to run gitlab-fusion run manually. After getting your reply and thinking about it, I realized that I was not taking into account that the gitlab custom runner, adds the script and sub job as variable $1 and $2 when it calls the run script specified in the run_exec cmd. Once I get the rest of my environment up and running, I will let gitlab call the entire process via the runner job natively and just make sure things work like I want them too. Thanks again for the reply. Joe |
Beta Was this translation helpful? Give feedback.
Hey Ryan,
Thank you for the reply, I got the error about needing the script and sub job while trying to run gitlab-fusion run manually. After getting your reply and thinking about it, I realized that I was not taking into account that the gitlab custom runner, adds the script and sub job as variable $1 and $2 when it calls the run script specified in the run_exec cmd.
Once I get the rest of my environment up and running, I will let gitlab call the entire process via the runner job natively and just make sure things work like I want them too.
Thanks again for the reply.
Joe