I have a project that can be packaged on my local ubuntu installation with no problems, I just run snapcraft and it’s packaged. But it doesn’t work on build.snapcraft.io and it tells me that in order to debug why it doesn’t work I should run in on my own PC, where it works.
The log is: https://pastebin.com/HWvY6tQw
What is wrong? How does it even work, is there any documentation? I was thinking it’s similar to travis, so that it downloads whole my repository to some temporary VM, runs the scripts there and nuke the VM, but it probably doesn’t even fetch whole repository? IDK really.