Update .gitlab-ci.yml
This commit is contained in:
@@ -12,16 +12,7 @@ build:
|
|||||||
stage: build
|
stage: build
|
||||||
script:
|
script:
|
||||||
- ls -lah # 查看当前目录的文件情况
|
- ls -lah # 查看当前目录的文件情况
|
||||||
- tar --no-mtime -czvf tsg-olap-data-initialization-$VERSION.tar.gz --warning=no-file-changed \
|
- 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/
|
||||||
--exclude='.git' \
|
|
||||||
--exclude='.git/*' \
|
|
||||||
--exclude='.idea/*' \
|
|
||||||
--exclude='.gitlab-ci.yml' \
|
|
||||||
--exclude='*.iml' \
|
|
||||||
--exclude='*.log' \
|
|
||||||
--exclude='*.tmp' \
|
|
||||||
--exclude='*.swp' \
|
|
||||||
--exclude='.DS_Store' ./
|
|
||||||
- ls -lah # 查看压缩包创建后的文件
|
- ls -lah # 查看压缩包创建后的文件
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
|
|||||||
Reference in New Issue
Block a user