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

Docker tasks should always tell gradle if they have changes #1427

Merged
merged 1 commit into from
Oct 12, 2021

Conversation

niloc132
Copy link
Member

Previously, if there was no copyOut, a docker task would not declare any
outputs, so downstream tasks would not know if they had to re-run. This
change explicitly marks the built image as the output, and logs a
message in case an entrypoint running despite its output being ignored.

Fixes #1408

Previously, if there was no copyOut, a docker task would not declare any
outputs, so downstream tasks would not know if they had to re-run. This
change explicitly marks the built image as the output, and logs a
message in case an entrypoint running despite its output being ignored.

Fixes deephaven#1408
Copy link
Member

@devinrsmith devinrsmith left a comment

Choose a reason for hiding this comment

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

Should we revert #1426 ?

@jmao-denver jmao-denver merged commit 5baef9b into deephaven:main Oct 12, 2021
@github-actions github-actions bot locked and limited conversation to collaborators Oct 12, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

new deephave-wheel isn't triggering rebuild of grpc-api image
3 participants