Skip to content

Fix config file locations and clean up test warnings#217

Merged
rjanja merged 1 commit into
masterfrom
missing_config_warning
Feb 14, 2018
Merged

Fix config file locations and clean up test warnings#217
rjanja merged 1 commit into
masterfrom
missing_config_warning

Conversation

@brienw
Copy link
Copy Markdown
Contributor

@brienw brienw commented Feb 13, 2018

This fixes the issue that @pmeinhardt noted after he reworked/fixed the IO verbosity

@brienw brienw requested a review from rjanja February 13, 2018 20:46
@brienw brienw force-pushed the missing_config_warning branch from d1ceee6 to 93caa66 Compare February 13, 2018 20:48
Comment thread config/config.exs Outdated
# and its dependencies with the aid of the Mix.Config module.
use Mix.Config
import_config "#{Mix.env}.exs"
import_config "deploy/#{Mix.env}.exs"
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Shouldn't this line just be removed? At least it seems a bit confusing to import "deploy" config into the Bootleg config 🤔

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Yes, good catch @pmeinhardt 👍

Copy link
Copy Markdown
Contributor

@rjanja rjanja left a comment

Choose a reason for hiding this comment

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

Once the config correction is in this'll look good 👍

@brienw
Copy link
Copy Markdown
Contributor Author

brienw commented Feb 13, 2018

Docker is giving me the business right now when i'm running the tests to verify that the cleanup of the config is kosher, hopefully resolved soon.

@pmeinhardt is correct. it turns out this appears to be just cruft from the very early version of bootleg. deploy config files no longer need to be explicitly imported, as they are loaded automatically now when Bootleg.Config.Agent is started

@brienw brienw force-pushed the missing_config_warning branch from 93caa66 to cc71db6 Compare February 13, 2018 23:00
@brienw
Copy link
Copy Markdown
Contributor Author

brienw commented Feb 13, 2018

Ok, all ready @rjanja

@rjanja rjanja merged commit a4166f1 into master Feb 14, 2018
@rjanja rjanja deleted the missing_config_warning branch February 14, 2018 01:05
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.

3 participants