From ce2ecdc8f6883a9d01c7e6fdd97817ba221536ac Mon Sep 17 00:00:00 2001 From: skeleton Date: Mon, 14 Oct 2024 05:33:49 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0.gitlab-ci.yml=E6=96=87?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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