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 config file locations and clean up test warnings #217

Merged
merged 1 commit into from
Feb 14, 2018

Conversation

brienw
Copy link
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
@@ -1,4 +1,4 @@
# This file is responsible for configuring your application
# 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
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
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
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
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
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