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

Add separate properties for build.env.build and run.env #941

Closed
wants to merge 1 commit into from

Conversation

stromnet
Copy link
Contributor

Addresses #386, discussed in #938

Note that it was not possible to use "env.run/build", which would have
matched well with other properties, because we already have the "env"
matcher (which would have matched env.run too, injecting bad
properties).

@codecov
Copy link

codecov bot commented Feb 12, 2018

Codecov Report

Merging #941 into master will increase coverage by 0.04%.
The diff coverage is 100%.

@@             Coverage Diff              @@
##             master     #941      +/-   ##
============================================
+ Coverage     51.57%   51.61%   +0.04%     
  Complexity     1232     1232              
============================================
  Files           144      144              
  Lines          7251     7257       +6     
  Branches        981      981              
============================================
+ Hits           3740     3746       +6     
  Misses         3195     3195              
  Partials        316      316
Impacted Files Coverage Δ Complexity Δ
...aven/docker/config/handler/property/ConfigKey.java 100% <100%> (ø) 7 <0> (ø) ⬇️
...config/handler/property/PropertyConfigHandler.java 90.73% <100%> (+0.18%) 42 <0> (ø) ⬇️

Addresses fabric8io#386.

Note that it was not possible to use "env.run/build", which would have
matched well with other properties, because we already have the "env"
matcher (which would have matched env.run too, injecting bad
properties).

Signed-off-by: Johan Ström <johan@stromnet.se>
@stromnet
Copy link
Contributor Author

Re-pushed with updated docs.

@stromnet
Copy link
Contributor Author

stromnet commented Mar 2, 2018

Closing in favour for handling in #948.

@stromnet stromnet closed this Mar 2, 2018
@stromnet stromnet deleted the build-and-run-env branch March 2, 2018 15:52
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.

1 participant