From 7475f9cd3bf8d938855d54d746629e1b507519ca Mon Sep 17 00:00:00 2001 From: Administrator Date: Sat, 11 Nov 2023 08:50:10 +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 97c350e..3f849cc 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -14,7 +14,7 @@ deploy_job: - git remote remove github || true - git remote add github git@github.com:yun-ink/timerx.git - git remote -v - - git checkout -b master + - git checkout master - git branch - git push github master only: