-
Notifications
You must be signed in to change notification settings - Fork 3
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
Release snap only when its files are modified #36
Comments
abitrolly
added a commit
that referenced
this issue
May 29, 2020
There is a problem with this approach. If the previous build fails, or has been skipped, the won't be any releases on subsequent commits. For example:
Another solution to the problem of unnecessary flow of updates is to build snaps always, in reproducible way, and upload only if the built snap changes. |
See #39. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Right now every commit releases new snap at https://snapcraft.io/yakshaveinc That creates unnecessary flow of update downloads. The solution is to build and deploy only when modifications touch files related to specific snap.
The should help
https://stackoverflow.com/questions/38549616/travis-determine-which-files-changed
The text was updated successfully, but these errors were encountered: