Site name: etribe-web.netlify.app
I’m helping a friend get a netlify site working again now that the previous environment variables section & the Xenial build image are deprecated/gone.
After changing the image to Focal, and migrating the environment variables, I redeployed & now a bunch of files are just git lfs pointers, instead of the actual files. These are files that previously worked fine.
Previously, GIT_LFS_FETCH_INCLUDE was set to “*”. I’ve tried that, and also setting it explicitly to add the files that are no longer working:
GIT_LFS_FETCH_INCLUDE=*.jpg,*.png,*.jpeg,*.svg,*.gif,*.pdf,*.mp4,*.bmp,*.webp,*.glb,*.zip,*.hdr,*.usdz,*.wav,*.gltf
I’ve even confirmed that the environment variable is set during the build, by echoing it as part of the build script, and it’s correct.
However, no matter what I do the files are not getting pulled down correctly.
Here’s a link to the deployment logs: Netlify App
Any ideas what’s going on?