mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 08:14:42 +04:00
Fix latest-git.sh
This commit is contained in:
parent
9ef0c06d3f
commit
a5aa32ee72
2 changed files with 3 additions and 2 deletions
|
|
@ -19,7 +19,7 @@ before_install:
|
|||
- |
|
||||
if [ "$LATEST_GIT" = "1" ]; then
|
||||
./latest-git.sh
|
||||
export PATH="/tmp/git:$PATH"
|
||||
export PATH="/tmp/git/bin:$PATH"
|
||||
fi
|
||||
- git --version
|
||||
after_success:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue