From 878c66b15fb4d3dca4ba97900016e2a2c027bc47 Mon Sep 17 00:00:00 2001
From: ko_oler <kooler89@gmail.com>
Date: Fri, 10 Mar 2023 16:44:56 +0800
Subject: [PATCH] test

---
 .gitlab-ci.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 35993fb..d9cb3de 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -7,7 +7,8 @@ publish_npm:
   variables:
     GIT_SUBMODULE_STRATEGY: recursive
   before_script:
-    - git submodule update --init
+    - apk --no-cache add git
+    - git submodule update --remote --merge
     - apk add --update make bash protobuf-dev yarn
     - npm install -g ts-proto@1.115.5
     - npm install -g typescript@4.7.4
-- 
GitLab