Skip to content

common: set env var to skip git lfs handling

Marcus requested to merge (removed):skip-lfs into master

This fixes an error where having git-lfs installed on your host tries to use it but fails with the following permission error;

Error downloading object: X (e2b8212): Smudge error: Error downloading X: batch response: Bad credentials

Unless we actually want to make git-lfs work? But it's probably not installed on the build host either for now?

Merge request reports