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
I have a GitHub repo with Dockerfile mirrored to google source repositories. I also have a trigger such that for every new commit, my repo is built in cloud build according to my Dockerfile.
One of the files I'm using in the Dockerfile is stored in git lfs. my build failes and provides
error: open of version failed: No such file or directory
Is there any way to make cloud build work with git lfs?
The text was updated successfully, but these errors were encountered:
I have a GitHub repo with Dockerfile mirrored to google source repositories. I also have a trigger such that for every new commit, my repo is built in cloud build according to my Dockerfile.
One of the files I'm using in the Dockerfile is stored in git lfs. my build failes and provides
error: open of version failed: No such file or directory
Is there any way to make cloud build work with git lfs?
The text was updated successfully, but these errors were encountered: