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

Commit 3bde35d

Browse files
committed
Simplify curl call
1 parent b210dde commit 3bde35d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.drone.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,8 @@ pipeline:
2020
- make lint
2121
- git --version
2222
- make test
23-
- curl -sL "https://github.com/git/git/archive/v1.7.0.tar.gz" -o git.tar.gz
24-
- curl -s https://codeload.github.com/git/git/tar.gz/v1.7.0
2523
- mkdir build \
26-
&& curl -fsSL "https://github.com/git/git/archive/v1.7.0.tar.gz" -o git.tar.gz \
24+
&& curl -sL "https://github.com/git/git/archive/v1.7.0.tar.gz" -o git.tar.gz \
2725
&& tar -C build -xzf git.tar.gz \
2826
&& cd build/git-1.7.0 \
2927
&& chmod +x configure \

0 commit comments

Comments
 (0)