更新.gitlab-ci.yml文件

This commit is contained in:
skeleton 2024-10-14 10:12:57 +00:00
parent 72b8443372
commit beb0137480
1 changed files with 1 additions and 0 deletions

View File

@ -65,6 +65,7 @@ push_job:
# 提交代码
- echo '提交代码'
- cd $GOPATH/src/$DeployPath
- git checkout $CI_COMMIT_REF_NAME
- git add .
- git commit -m "auto commit pipelineId\:$CI_PIPELINE_ID"
- git push origin develop