Update .gitlab-ci.yml file

This commit is contained in:
刘健
2025-05-23 13:55:03 +08:00
parent 4105540686
commit b02db8020d
+1 -2
View File
@@ -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