From 7fe66864fa346dcb4a09d9f801b0f1068275b97f Mon Sep 17 00:00:00 2001 From: ko_oler <kooler89@gmail.com> Date: Fri, 10 Mar 2023 16:40:25 +0800 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D0=BE=20=D0=BE=D0=B1=D0=BD=D0=BE=D0=B2=D0=BB=D0=B5=D0=BD?= =?UTF-8?q?=D0=B8=D0=B5=20=D0=BF=D0=BE=D0=B4=D0=BA=D0=BB=D1=8E=D1=87=D0=B5?= =?UTF-8?q?=D0=BD=D0=BD=D0=BE=D0=B3=D0=BE=20submodule=20=D0=B2=20.gitlab-c?= =?UTF-8?q?i.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitlab-ci.yml | 1 + perxis-proto | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c94629e..cf3e650 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,6 +7,7 @@ publish_npm: variables: GIT_SUBMODULE_STRATEGY: recursive before_script: + - git submodule update --init - apk add --update make bash protobuf-dev yarn - npm install -g ts-proto@1.115.5 - npm install -g typescript@4.7.4 diff --git a/perxis-proto b/perxis-proto index 83fd620..283b118 160000 --- a/perxis-proto +++ b/perxis-proto @@ -1 +1 @@ -Subproject commit 83fd620ee42af0a0e2e934ccadf691cabd8f468a +Subproject commit 283b11871c14d15e8fdd596dc1b50116f87f1653 -- GitLab