Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

git lfs failed when using the terraform orb due to no image or something? #86

Open
deantray opened this issue Sep 18, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@deantray
Copy link

3.1.0

Many repos use "git lfs" for large files. We also use AWS tools for other things in our deploy job which would like to do terraform(We are trialing it with a wire into CI of the next 4 weeks but that didn't work out well so we can't start using it). The orb has an executor and not an image which is weird. Is there another way(a terraform image with AWS tools) we can use.

git lfs install failed so not all files are there in the checkout(and this failed the build as well) ->

#!/bin/sh -eo pipefail
sudo apt-get update && sudo apt-get install git-lfs; git lfs install
/bin/sh: sudo: not found
git: 'lfs' is not a git command. See 'git --help'.

The most similar command is
log

Exited with code exit status 1
CircleCI received exit code 1

@deantray deantray added the bug Something isn't working label Sep 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant