-
While the manual provides an invocation script that allows execution from a CLI to run macaron in docker, a common use case in CI is to run the tool inside the container, with the source mounted from the local repo. How can I obtain the command-line that I need to invoke macaron when I am |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
Inside the container you should be able to run |
Beta Was this translation helpful? Give feedback.
-
Is that the same parameter list as produced by |
Beta Was this translation helpful? Give feedback.
-
Yes, the parameters are the same as |
Beta Was this translation helpful? Give feedback.
Yes, the parameters are the same as
run-macaron.sh --help
. You can also just runmacaron --help
inside the container.