Replies: 1 comment
-
@vietwow I am not sure you should be setting the ENV variable. It is actually written in there with the RunnerDeployment spec: So, when you are setting your RunnerDeployment spec, just set up the
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
I need to customize the working dir of action runner, I tried to set env var "RUNNER_WORKDIR" in controller :
but it doesn't work, when I describe the runner's pod, I see 2 duplicated env var "RUNNER_WORKDIR", and runner is still using the value of old "RUNNER_WORKDIR"
so how could I customize working dir of action runner?
Appricated for any help. Thank you.
Best Regards,
Beta Was this translation helpful? Give feedback.
All reactions