fix: Fixed git fatal error in Dockerfile (#372)

This commit is contained in:
Maksym Vlasov 2022-04-20 15:10:59 +03:00 committed by GitHub
commit c3f8dd40e6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 1 deletions

View file

@ -1,5 +1,10 @@
schemaVersion: '2.0.0'
commandTests:
- name: "git"
command: "git"
args: ["--version"]
expectedOutput: ["^git version 2\\.[0-9]+\\.[0-9]+\\n$"]
- name: "pre-commit"
command: "pre-commit"
args: ["-V"]