You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cmd-* repos push updates into deployments-k8s repo even if they haven't changed binary.
Actual: NSMBot always update deployments-k8s repo
Expected: Do not update deployments-k8s repo if the change doesn't change behaviour of the application.
Solution
Compare the new version with the latest version from networkservicemeshci on docker-push and do not push new version if there no binary changes.
The text was updated successfully, but these errors were encountered:
denis-tingaikin
changed the title
Do not push updates to deployments-k8s if command has been not changed binary
Do not push updates to deployments-k8s if cmd-* has been not changed binary
Feb 22, 2021
Issue
cmd-* repos push updates into deployments-k8s repo even if they haven't changed binary.
Actual: NSMBot always update deployments-k8s repo
Expected: Do not update deployments-k8s repo if the change doesn't change behaviour of the application.
Solution
Compare the new version with the latest version from
networkservicemeshci
ondocker-push
and do not push new version if there no binary changes.The text was updated successfully, but these errors were encountered: