-
Notifications
You must be signed in to change notification settings - Fork 7
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
Build and deploy in endless loop when switching branches with different FTL versions #2196
Comments
Repro'd by doing the following:
So maybe this is to do with switching branches where FTL is on different versions, but that is also something people do, so maybe we should handle this in a more graceful way. |
|
So this is a 'go mod tidy' loop. PFI has a go.mod in In the example above the exact sequence of events is:
|
@jiyoontbd hit an endless build loop
logs (with module names changed):
It looks like
pm
module did have differences because it had to be deployed whereas other modules didn't detect any changes in the build artifactsThe text was updated successfully, but these errors were encountered: