From e1b186aa608a31ff72f2526a9a267d48ee5c7007 Mon Sep 17 00:00:00 2001 From: dev <710328466@qq.com> Date: Mon, 25 Dec 2023 10:04:39 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9ci=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1142f1a..353deb0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,10 +2,11 @@ stages: - build build: - image: registry.zhst.com/video-analysis/pnpm4 tags: - linux stage: build script: - cd /home - ls + - git + - node