From 2fc275714d408163d455bcc15d7b17ac4b5a1825 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=AA=A6=E5=87=A4=E8=99=8E?= Date: Thu, 7 Nov 2024 13:37:59 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3e37f54..7952d67 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -12,16 +12,7 @@ build: stage: build script: - ls -lah # 查看当前目录的文件情况 - - tar --no-mtime -czvf tsg-olap-data-initialization-$VERSION.tar.gz --warning=no-file-changed \ - --exclude='.git' \ - --exclude='.git/*' \ - --exclude='.idea/*' \ - --exclude='.gitlab-ci.yml' \ - --exclude='*.iml' \ - --exclude='*.log' \ - --exclude='*.tmp' \ - --exclude='*.swp' \ - --exclude='.DS_Store' ./ + - tar -czvf tsg-olap-data-initialization-$VERSION.tar.gz clickhouse/ config-templates/ druid/ file-chunk-combiner/ groot-stream/ hbase/ hos/ kafka/ mariadb/ monitoring-templates/ shell-scripts/ - ls -lah # 查看压缩包创建后的文件 artifacts: paths: