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

Commit 60ddc61

Browse files
committed
Try git 1.7.1
1 parent 0a4f451 commit 60ddc61

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.drone.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ pipeline:
2020
- make lint
2121
# Test with latest git version
2222
- git --version && make test
23-
# Test with git version 1.7.2
23+
# Test with git version 1.7.1
2424
- apk add --update autoconf zlib-dev > /dev/null &&
2525
mkdir build &&
26-
curl -sL "https://github.com/git/git/archive/v1.7.2.tar.gz" -o git.tar.gz &&
26+
curl -sL "https://github.com/git/git/archive/v1.7.1.tar.gz" -o git.tar.gz &&
2727
tar -C build -xzf git.tar.gz &&
28-
cd build/git-1.7.2 &&
28+
cd build/git-1.7.1 &&
2929
{ autoconf 2> err || { cat err && false; } } &&
3030
./configure --without-tcltk --prefix=/usr/local > /dev/null &&
3131
{ make install NO_PERL=please > /dev/null 2> err || { cat err && false; } } &&

0 commit comments

Comments
 (0)