Update .gitlab-ci.yml
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user