Replies: 1 comment
-
In terms of internal implementation -- stimela could just pass the contents of |
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
-
Following on from #8, how do we determine where to run stuff in a distribution scenario?
One obvious idea is recipe-level variables (or inputs) to provide runner-specific options. For example:
Also, remember
_include
and_use
. The above YaML could live in e.g.custom-recipe-options.yml
, which you can_include
into your top-level recipe. That way your (custom, local) distribution config lives entirely separately from your (generic) recipe.@landmanbester @SpheMakh thoughts?
Beta Was this translation helpful? Give feedback.
All reactions