Skip to content
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

fix: addon environment variables fetch for clever >= 1.5.0 #56

Merged
merged 1 commit into from
Oct 11, 2019

Conversation

paulrbr-fl
Copy link
Contributor

@paulrbr-fl paulrbr-fl commented Oct 11, 2019

It seems the output of clever env has changed and now env values are
surrounded by quotes with the latest 1.6.2 clever tools version.

We used to add quotes ourselves because they were missing in the
output. So this commit is adapting its parsing depending of the clever
tools' version.

Copy link
Contributor

@clementd-fretlink clementd-fretlink left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

It seems the output of `clever env` has changed and now env values are
surrounded by quotes with the latest 1.5.0 clever tools version.

We used to add quotes ourselves because they were missing in the
output. So this commit is adapting its parsing depending of the clever
tools' version.
@paulrbr-fl paulrbr-fl changed the title fix: addon environment variables fetch for clever >= 1.6.2 fix: addon environment variables fetch for clever >= 1.5.0 Oct 11, 2019
@paulrbr-fl paulrbr-fl merged commit 417bbfa into fretlink:master Oct 11, 2019
@paulrbr-fl paulrbr-fl deleted the moar-compat branch October 11, 2019 16:08
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