Skip to content

Commit cd261af

Browse files
committed
ci: use poxygit v0.5.1
The new version of our test git server adds redirect support. Upgrade to it.
1 parent 6fc6eeb commit cd261af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ if [ -z "$SKIP_PROXY_TESTS" ]; then
102102
fi
103103

104104
if [ -z "$SKIP_NTLM_TESTS" ]; then
105-
curl --location --silent --show-error https://github.com/ethomson/poxygit/releases/download/v0.4.0/poxygit-0.4.0.jar >poxygit.jar
105+
curl --location --silent --show-error https://github.com/ethomson/poxygit/releases/download/v0.5.1/poxygit-0.5.1.jar >poxygit.jar
106106

107107
echo ""
108108
echo "Starting HTTP server..."

0 commit comments

Comments
 (0)