Skip to content
This repository was archived by the owner on Apr 12, 2019. It is now read-only.

Commit 0919439

Browse files
committed
Try with git-1.7.2
1 parent 11b5e89 commit 0919439

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.drone.yml

+2-4
Original file line numberDiff line numberDiff line change
@@ -23,19 +23,17 @@ pipeline:
2323
- apk add --update autoconf &&
2424
apk add --update zlib-dev &&
2525
mkdir build &&
26-
curl -sL "https://github.com/git/git/archive/v1.7.0.tar.gz" -o git.tar.gz &&
26+
curl -sL "https://github.com/git/git/archive/v1.7.2.tar.gz" -o git.tar.gz &&
2727
tar -C build -xzf git.tar.gz &&
28-
cd build/git-1.7.0 &&
28+
cd build/git-1.7.2 &&
2929
autoconf &&
3030
./configure --without-tcltk --prefix=/usr/local &&
3131
make install NO_PERL=please &&
3232
cd ../.. &&
3333
rm -rf build &&
3434
rm git.tar.gz
35-
- git --version
3635
- hash -r
3736
- git --version
38-
- /usr/local/bin/git --version
3937
- make test
4038
- make build
4139

0 commit comments

Comments
 (0)