From b9444c8bb673c9badbd77dac52500bba1df0326b Mon Sep 17 00:00:00 2001 From: Administrator Date: Sat, 11 Nov 2023 08:58:53 +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 | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index aa54a2d..2ac8716 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -16,9 +16,7 @@ deploy_job: - git remote add github git@github.com:yun-ink/timerx.git - git remote -v - git checkout master - - git branch - - git pull github master - - git push github master + - git push -u github master only: - master - tags \ No newline at end of file