diff options
| author | 窦凤虎 <[email protected]> | 2024-11-07 13:37:59 +0000 |
|---|---|---|
| committer | 窦凤虎 <[email protected]> | 2024-11-07 13:37:59 +0000 |
| commit | 2fc275714d408163d455bcc15d7b17ac4b5a1825 (patch) | |
| tree | e86692216ec71a6647b9b010e9321fb8d89e2810 | |
| parent | c9763f6c08de4e1c0edd984c477072c293c3ab80 (diff) | |
Update .gitlab-ci.yml
| -rw-r--r-- | .gitlab-ci.yml | 11 |
1 files changed, 1 insertions, 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: |
