From 3cc3f0400bc3fce17c6de0f1ebfe1550666cabf3 Mon Sep 17 00:00:00 2001 From: Administrator Date: Sat, 11 Nov 2023 09:17:40 +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, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a7b7b83..9a19f70 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -16,8 +16,8 @@ deploy_job: - git remote add github git@github.com:yun-ink/timerx.git - git remote -v - git checkout master - #- git fsck --full - #- git prune + - git fsck --full + - git prune - git gc --prune=now --aggressive - git push -u github master -f only: