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
Hi I am currently using the industrial_ci successfully in our github ci pipeline.
Now I would like to add additional steps that are run in the same environment. In this specific case I would like to run xacro on our urdf.xacro files in order to test if certain configuration can be processed successfully.
Hi I am currently using the industrial_ci successfully in our github ci pipeline.
Now I would like to add additional steps that are run in the same environment. In this specific case I would like to run xacro on our urdf.xacro files in order to test if certain configuration can be processed successfully.
What I tried so far:
In both cases it looks like the command is not run in the same environment as the one the industrial_ci pipeline runs in. (command xacro not found)
So the question is:
How can I run a custom command in the same environment after the build has finished?
The text was updated successfully, but these errors were encountered: