更新.gitlab-ci.yml文件

This commit is contained in:
skeleton 2024-10-16 07:57:07 +00:00
parent f4d924b9ad
commit b86ce547aa
1 changed files with 1 additions and 0 deletions

View File

@ -31,6 +31,7 @@ build-job:
- develop - develop
- release - release
script: script:
- curl -I https://git.pogorockgames.com
- git checkout $CI_COMMIT_REF_NAME - git checkout $CI_COMMIT_REF_NAME
- git pull - git pull
# 拷贝到GOPATH # 拷贝到GOPATH