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

fix: Fixed git fatal error in Dockerfile #372

Merged
merged 1 commit into from
Apr 20, 2022
Merged

Conversation

MaxymVlasov
Copy link
Collaborator

Put an x into the box if that apply:

  • This PR introduces breaking change.
  • This PR fixes a bug.
  • This PR adds new functionality.
  • This PR enhances existing functionality.

Description of your changes

Fixes #370

How can we test changes

git checkout fix/GH-370/fix_docker
docker build -t pre-commit-terraform --build-arg INSTALL_ALL=true .

cd TEST_REPO
docker run -v $(pwd):/lint -it  -w /lint pre-commit-terraform:latest run -a

@MaxymVlasov MaxymVlasov added bug Something isn't working area/docker labels Apr 20, 2022
@MaxymVlasov MaxymVlasov self-assigned this Apr 20, 2022
@antonbabenko antonbabenko changed the title fix: Avoid new git fatal msg fix: Fixed git fatal error in Dockerfile Apr 20, 2022
@antonbabenko antonbabenko merged commit c3f8dd4 into master Apr 20, 2022
@antonbabenko antonbabenko deleted the fix/GH-370/fix_docker branch April 20, 2022 12:11
antonbabenko pushed a commit that referenced this pull request Apr 20, 2022
## [1.68.1](v1.68.0...v1.68.1) (2022-04-20)

### Bug Fixes

* Fixed git fatal error in Dockerfile ([#372](#372)) ([c3f8dd4](c3f8dd4))
@antonbabenko
Copy link
Owner

This PR is included in version 1.68.1 🎉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/docker bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Running >v1.65 error git failed. Is it installed, and are you in a Git repository directory?
2 participants