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: handle blank build args appropriately #1026

Merged
merged 3 commits into from
Jul 25, 2019
Merged

Conversation

baspetersdotjpeg
Copy link
Contributor

What this PR does / why we need it:
Docker has special syntax where blank build args make it pull that key from the environment. We currently pass build args explicitly as null when they are.

Which issue(s) this PR fixes:

Fixes #1023

@baspetersdotjpeg baspetersdotjpeg changed the title (WIP)fix: handle blank build args appropriately fix: handle blank build args appropriately Jul 24, 2019
Copy link
Collaborator

@edvald edvald left a comment

Choose a reason for hiding this comment

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

Seems 👍 to me

@edvald
Copy link
Collaborator

edvald commented Jul 24, 2019

Just a formatting error. You can verify locally with npm run lint.

@edvald
Copy link
Collaborator

edvald commented Jul 24, 2019

Ah, it's the == instead of ===. JS fun.

@baspetersdotjpeg
Copy link
Contributor Author

@edvald that should do the trick 👍

@edvald edvald merged commit 33c12eb into master Jul 25, 2019
@edvald edvald deleted the fix-handle-blank-build-args branch July 25, 2019 14:54
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.

Blank build args are handled incorrectly
2 participants