Display info when there is no change in local source #233
Conversation
- if the source code hasnt changed then display info `No sourc code is changed`, instead of `Published source` Signed-off-by: Shash Reddy <snagarajared@vmware.com>
There was a problem hiding this comment.
question: Is the intent for #175 to prevent pushing the source image when there is no change in the source? Is that no longer in the scope? According to this PR, apps plugin will push the image and does not prevent it when there is no source change. Please see
apps-cli-plugin/pkg/commands/workload.go
Line 379 in a85642b
When there is no change in source, underlying lib imgpkg is not pushing the blob to registry. The scope was changed to update the msging to indicate the same. |
Are you sure? |
Pull request
What this PR does / why we need it
when the local source hasnt changed, display info
No sourc code is changed, instead ofPublished source.Which issue(s) this PR fixes
Fixes #175
Describe testing done for PR
case when no change in code + no change in spec
case when no change in code + change in spec