From ece1e6ca5979291ff1785ff62dcdeff5d0367acc Mon Sep 17 00:00:00 2001 From: yoshino-s Date: Tue, 20 Aug 2024 03:19:05 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0.gitlab-ci.yml=E6=96=87?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4476dba..8264c11 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -16,7 +16,9 @@ release-image: - apk add --no-cache git script: - |- # fetch upstream + git config --global http.version HTTP/1.1 git clone $UPSTREAM_REPOSITORY --depth 1 --branch $UPSTREAM_REF windmill + git config --global http.version HTTP/2 cd windmill - |- # patch lic export FILE=backend/windmill-api/src/ee.rs