Update .gitlab-ci.yml

This commit is contained in:
窦凤虎
2024-11-07 13:37:59 +00:00
parent c9763f6c08
commit 2fc275714d

View File

@@ -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: