We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi!
Here is a part of my runners json:
"parameters": [ { "name": "Collection Name", "description": "Collection Name", "required": true, "type": "text" }, { "name": "Export Directory", "constant": true, "default": "$$HOME" } ], "output_files": [ "${Export Directory}/${Collection Name}.json" ]
What's strange is that ${Export Directory} is always empty, however environment variable is present. Am I missing something?
${Export Directory}
The text was updated successfully, but these errors were encountered:
#454 fixed wrong dynamic value resolving for output paths (and missin…
92ffd63
…g constants)
Hi, thanks for reporting, looks like a bug. I committed a quick fix, may be you could try dev version, once it's built
Sorry, something went wrong.
The build is finally done. There were some issues with docker hub pull limit
Hi, @bugy !
I'm confirming this fix works in the current dev.
Thanks!
Cool, thanks for confirming
No branches or pull requests
Hi!
Here is a part of my runners json:
What's strange is that
${Export Directory}
is always empty, however environment variable is present. Am I missing something?The text was updated successfully, but these errors were encountered: