更新.gitlab-ci.yml文件
This commit is contained in:
parent
368a6e29a5
commit
ce2ecdc8f6
|
@ -62,6 +62,6 @@ deploy-job:
|
||||||
- echo '提交代码'
|
- echo '提交代码'
|
||||||
- cd $GOPATH/src/$DeployPath
|
- cd $GOPATH/src/$DeployPath
|
||||||
- git add .
|
- git add .
|
||||||
- git commit -m "auto commit pipelineId: $CI_PIPELINE_ID"
|
- git commit -m "auto commit pipelineId\:$CI_PIPELINE_ID"
|
||||||
- git push origin develop
|
- git push origin develop
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue