How to make a backward compatible recipe? #3378
Unanswered
benoitchantre
asked this question in
Help needed
Replies: 0 comments
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.
-
I would like to set a variable to store a binary path.
Deployer v7 has a new
which
function that doesn't exist in Deployer v6.Deployer v6 has a
locateBinaryPath
function that doesn't exist in Deployer v7.Here's what I tried without success.
When this runs using Deployer 6, I get an error because the function
which
doesn't exist.What did I miss?
Thank you for your help :-)
Beta Was this translation helpful? Give feedback.
All reactions