From b02db8020db671ca8922f0f5618505cb25988288 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E5=81=A5?= Date: Fri, 23 May 2025 13:55:03 +0800 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index fbc82e5a..7546afc1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -variables: +xvariables: PATH: /opt/go-1.23/go/bin/:/opt/node-1.22/bin/:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/root/bin GOROOT: /opt/go-1.23/go GOPROXY: https://goproxy.cn @@ -57,7 +57,6 @@ build_job: stage: build script: - echo "Building the project..." - - # 添加你的构建命令,例如 npm install, mvn build 等 only: - main