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
Sometimes a recipe might only require a tool if certain conditions are
met. So far, tools could only be used unconditionally. This adds a new
syntax along the following lines:
checkoutTools:
- if: "${TEST_VAR:-}"
name: graphics::package
FixesBobBuildTool#572.
Right now it isn't possible to depend on Tools only if some environment var is set. So being able to do something like this would be nice:
The text was updated successfully, but these errors were encountered: