diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 802b0d0..d61830c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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