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

Commit 0b23acb

Browse files
committed
Install autoconf
1 parent 62d6d2d commit 0b23acb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.drone.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ pipeline:
2020
- make lint
2121
- git --version
2222
- make test
23-
- mkdir build &&
23+
- apk add --update autoconf && mkdir build &&
2424
curl -sL "https://github.com/git/git/archive/v1.7.0.tar.gz" -o git.tar.gz &&
2525
tar -C build -xzf git.tar.gz &&
2626
cd build/git-1.7.0 &&

0 commit comments

Comments
 (0)