瀏覽代碼

Gitlab CI Auto Update 20241205-23-51-30

Signed-off-by: niliovo <1791356563@qq.com>
niliovo 1 年之前
父節點
當前提交
a36bc24ace
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .gitlab-ci.yml

+ 1 - 1
.gitlab-ci.yml

@@ -35,7 +35,7 @@ variables:
     - cd ../tmp
     - find . -mindepth 1 -path './.git' -prune -o -exec rm -rf {} +
     - cd ../$CI_PROJECT_NAME
-    - rsync -av --include='.*' --exclude='.git/*' . ../tmp
+    - rsync -av --include='.*' --exclude='.git/*' --exclude='.gitlab-ci.yml' . ../tmp
     - cd ../tmp
     - git add -A
     - git commit -sm "Gitlab CI Auto Update $TIME"

粤ICP备19079148号