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 handling of Run Commands from properties. #684

Merged
merged 3 commits into from
Feb 14, 2017
Merged

Fix handling of Run Commands from properties. #684

merged 3 commits into from
Feb 14, 2017

Conversation

SteveNewson
Copy link
Contributor

Allow users to source the run commands from properties.

Signed-off-by: Steve Newson [email protected]

@codecov-io
Copy link

codecov-io commented Jan 5, 2017

Current coverage is 49.20% (diff: 100%)

Merging #684 into master will increase coverage by 0.03%

@@             master       #684   diff @@
==========================================
  Files           124        124          
  Lines          6357       6353     -4   
  Methods           0          0          
  Messages          0          0          
  Branches       1080       1079     -1   
==========================================
  Hits           3126       3126          
+ Misses         2961       2959     -2   
+ Partials        270        268     -2   
Diff Coverage File Path
•••••••••• 100% ...ic8/maven/docker/config/BuildImageConfiguration.java
•••••••••• 100% ...r/config/handler/property/PropertyConfigHandler.java

Sunburst

Powered by Codecov. Last update 6a707c6...837a79d

Copy link
Collaborator

@rhuss rhuss left a comment

Choose a reason for hiding this comment

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

Looks good to me and thanks for spotting these issues. If you could update the snapshot repo in the pom.xml, this would be awesome. After that I can merge the PR in.

<id>sonatype-nexus-staging</id>
<name>Nexus Release Repository</name>
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
<id>starling-central</id>
Copy link
Collaborator

Choose a reason for hiding this comment

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

guess this slipped in accidentally. Could you please revert this ?

if (cmds == null) {
return null;
}
return ret;
Copy link
Collaborator

Choose a reason for hiding this comment

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

Really stupid issue here. Thanks for spotting this !

@SteveNewson
Copy link
Contributor Author

Sure

@SteveNewson
Copy link
Contributor Author

I've reverted the erroneous change.

@rhuss
Copy link
Collaborator

rhuss commented Jan 24, 2017

thanks a lot, lgtm

[merge]

@rhuss rhuss merged commit ee60a7e into fabric8io:master Feb 14, 2017
rgbj pushed a commit to rgbj/docker-maven-plugin that referenced this pull request Jun 21, 2017
Fix handling of Run Commands from properties.
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