From f583b7189218b69135d7d27b76f24fa66006e14d Mon Sep 17 00:00:00 2001 From: Dmitry Karyakin <skycrazyk@gmail.com> Date: Mon, 6 May 2024 15:24:47 +0500 Subject: [PATCH] =?UTF-8?q?=D0=98=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=D0=B0=20=D0=BE=D1=88=D0=B8=D0=B1=D0=BA=D0=B0=20?= =?UTF-8?q?=D0=BC=D0=B5=D1=88=D0=B0=D1=8E=D1=89=D0=B0=D1=8F=20=D1=81=D0=B1?= =?UTF-8?q?=D0=BE=D1=80=D0=BA=D0=B5=20perxis-js?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 71e1075..7d5ab0b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,7 +8,7 @@ publish_npm: GIT_SUBMODULE_STRATEGY: recursive before_script: - apk --no-cache add git - - git submodule update --remote --merge + - git submodule update --remote --merge --allow-unrelated-histories - apk add --update make bash protobuf-dev yarn - npm install -g ts-proto@1.158.0 - npm install -g typescript@5.1.6 -- GitLab