Commit cd261af21868aed552e3e4277868441d10ac46e1

Edward Thomson 2021-12-18T07:42:44

ci: use poxygit v0.5.1 The new version of our test git server adds redirect support. Upgrade to it.

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/ci/test.sh b/ci/test.sh
index 4d6c41f..e8c111d 100755
--- a/ci/test.sh
+++ b/ci/test.sh
@@ -102,7 +102,7 @@ if [ -z "$SKIP_PROXY_TESTS" ]; then
 fi
 
 if [ -z "$SKIP_NTLM_TESTS" ]; then
-	curl --location --silent --show-error https://github.com/ethomson/poxygit/releases/download/v0.4.0/poxygit-0.4.0.jar >poxygit.jar
+	curl --location --silent --show-error https://github.com/ethomson/poxygit/releases/download/v0.5.1/poxygit-0.5.1.jar >poxygit.jar
 
 	echo ""
 	echo "Starting HTTP server..."