Skip to content

Conversation

@vsoch
Copy link
Member

@vsoch vsoch commented Dec 11, 2019

Currently, export lines are ignored, the thinking that they look like this:

VARNAME=thing
export VARNAME

however we wouldn't want to ignore this line:

export VARNAME=thing

Instead we would want to replace the export and result in:

ENV VARNAME=thing

…ent lines

Signed-off-by: Vanessa Sochat <vsochat@stanford.edu>
Signed-off-by: Vanessa Sochat <vsochat@stanford.edu>
Signed-off-by: Vanessa Sochat <vsochat@stanford.edu>
Signed-off-by: Vanessa Sochat <vsochat@stanford.edu>
Signed-off-by: Vanessa Sochat <vsochat@stanford.edu>
@vsoch vsoch merged commit b25319a into master Dec 12, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants