更新.gitlab-ci.yml文件
This commit is contained in:
parent
72b8443372
commit
beb0137480
|
@ -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
|
Loading…
Reference in New Issue