-
Notifications
You must be signed in to change notification settings - Fork 37
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
Gh 137 test built images cherry pick #211
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we refactor the pom in gaffer-operation-runner so that the gaffer version is a property?:
<version>1.21.1</version> |
and then pass in the gaffer version we want to build the container against here?:
mvn -q clean package && \ |
otherwise we will have to remember to manually bump the version in the pom if there's a breaking change
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cannot approve my own PR but I approve of your changes!
Cherry-picked relevant commits from #138 with updated develop
Related Issue