-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
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
removing .env files #277
Comments
Why disabling the creation of .env files. This would kill the feature to pass dynamic values computed at runtime of the script from one analysis step to the next. I would prefer a fix to make sure the .env files are created only when necessarry (and actually used) and with the correct permissions. |
You only want to have/create the *.env files when needed in an analysis
step. So I would assume you only check if the *.env files are present in
your generated script when you actually need parameters values from them,
instead of completely removing the dynamic values feature.
…On 17 October 2017 at 10:06, Pieter Neerincx ***@***.***> wrote:
Why disabling the creation of .env files. This would kill the feature to
pass dynamic values computed at runtime of the script from one analysis
step to the next. I would prefer a fix to make sure the .env files are
created only when necessarry (and actually used) and with the correct
permissions.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#277 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABxneW9781Tbz17_GTqAX4aXCx7ipc6pks5stGAegaJpZM4P7ox6>
.
|
Fine by me, but you can already pass dynamic values from the generatedscript as a parameter via the -o argument in compute. Where do you want to set other dynamic values? |
Removing out of
generators/impl/TaskGenerator.java
The text was updated successfully, but these errors were encountered: