更新.gitlab-ci.yml文件

This commit is contained in:
skeleton 2024-10-14 05:33:49 +00:00
parent 368a6e29a5
commit ce2ecdc8f6
1 changed files with 1 additions and 1 deletions

View File

@ -62,6 +62,6 @@ deploy-job:
- echo '提交代码'
- cd $GOPATH/src/$DeployPath
- git add .
- git commit -m "auto commit pipelineId: $CI_PIPELINE_ID"
- git commit -m "auto commit pipelineId\:$CI_PIPELINE_ID"
- git push origin develop