This is an automated email from the ASF dual-hosted git repository.

rnewson pushed a commit to branch jenkins-fix-windows-ci
in repository https://gitbox.apache.org/repos/asf/couchdb.git

commit 9695f0758074852a1d0f1100037ea747e46e26bc
Author: Robert Newson <[email protected]>
AuthorDate: Wed Jul 23 09:11:42 2025 +0100

    fix windows CI
---
 configure.ps1 | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/configure.ps1 b/configure.ps1
index c9449bdbb..c7c730c70 100644
--- a/configure.ps1
+++ b/configure.ps1
@@ -248,10 +248,6 @@ with_docs = $BuildDocs
 with_nouveau = $($WithNouveau.ToString().ToLower())
 with_clouseau = $($WithClouseau.ToString().ToLower())
 
-$Env:GIT_CONFIG_COUNT = 1
-$Env:GIT_CONFIG_KEY_0 = "url.https://github.com/apache/couchdb-.insteadOf";
-$Env:GIT_CONFIG_VALUE_0 = "https://github.com/ninenines/";
-
 user = $CouchDBUser
 
 js_engine = $JSEngine

Reply via email to