I have been having some trouble updating my code in the repo on Resin.
I first tried manually copying the multicontainer example provided by the getting-started page, but it didn’t work, it kept trying to find a Dockerfile in the root directory.
Then I clone the exact same project, and added resin remote from within it, then the push succeeded.
When I tried to go back to the manually updated folder it gave me some errors like I have to pull first, but the pull failed due to unrelated stories and even fixing that, gave me a fail in push. So eventually what I did was erase the .git folder, run git init
again, added the resin remote, move all manual content to a different branch (for testing purposes), then pulling from resin and merging with previously saved branch. I fixed some conflicts and run git push resin master
, the build run ok, and it showed that it pushed the changes to resin master, however, the changes are not being downloaded by my device.
i’m using an Intel NUC with Resin OS 2.12.0+rev1 (dev)
I attach an image in which you will appreciate the difference in commits.
Thanks for any help.