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

Ignore porter.yaml when --tag is specified #586

Merged
merged 1 commit into from Sep 12, 2019

Conversation

carolynvs
Copy link
Member

This is a more general fix for #585. When --tag is present, we shouldn't be reading in the porter.yaml in the current directory at all. So don't do a build before install, but it should also apply to how we default the instance name, etc. The fix is to not read in the porter.yaml in the current directory which is what was triggering the bad behavior.

If we do merge this, we should keep it as canary for a while and use it to ensure that other scenarios weren't inadvertently relying on some other side-effect of having the manifest loaded. I wouldn't recommend immediately turning this around and releasing it.

Fixes #585

@carolynvs carolynvs merged commit 13b0de3 into getporter:master Sep 12, 2019
@carolynvs carolynvs deleted the install-tag-no-build branch September 12, 2019 13:53
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.

Porter Build When Installing from a Tag?
2 participants