Skip to content

Commit b02db80

Browse files
author
刘健
committed
Update .gitlab-ci.yml file
1 parent 4105540 commit b02db80

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.gitlab-ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
variables:
1+
xvariables:
22
PATH: /opt/go-1.23/go/bin/:/opt/node-1.22/bin/:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/root/bin
33
GOROOT: /opt/go-1.23/go
44
GOPROXY: https://goproxy.cn
@@ -57,7 +57,6 @@ build_job:
5757
stage: build
5858
script:
5959
- echo "Building the project..."
60-
- # 添加你的构建命令,例如 npm install, mvn build 等
6160
only:
6261
- main
6362

0 commit comments

Comments
 (0)