From a187a1dfc22654ab8f73139c724bb958c7b554a2 Mon Sep 17 00:00:00 2001 From: skeleton Date: Fri, 27 Dec 2024 01:49: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 6ac850a..95eedf4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -16,4 +16,4 @@ sync_job: - git checkout $CI_COMMIT_REF_NAME - git pull origin $CI_COMMIT_REF_NAME - echo $GOPATH/src/$SrcPath - - rsync -rvc --no-perms --delete ./* $GOPATH/src/$SrcPath \ No newline at end of file + - rsync -rvc --no-perms --delete {.,}* $GOPATH/src/$SrcPath \ No newline at end of file