From 83baeae5662f2f26f1789bafdadff9892d693136 Mon Sep 17 00:00:00 2001 From: skeleton Date: Mon, 14 Oct 2024 09:51:11 +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 | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2dcfdd8..03174ee 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -29,8 +29,6 @@ build-job: go build -v cd .. done < shell/programs.txt - only: - - develop deploy-job: stage: deploy @@ -65,7 +63,4 @@ deploy-job: - cd $GOPATH/src/$DeployPath - git add . - git commit -m "auto commit pipelineId\:$CI_PIPELINE_ID" - - git push origin develop - only: - - develop - + - git push origin develop \ No newline at end of file