Merge remote-tracking branch 'origin/main' into main
This commit is contained in:
@@ -11,9 +11,9 @@ variables:
|
||||
build:
|
||||
stage: build
|
||||
script:
|
||||
- echo "Building the project..."
|
||||
- tar -czvf tsg-olap-data-initialization-$VERSION.tar.gz clickhouse/
|
||||
- ls -lah
|
||||
- ls -lah # 查看当前目录的文件情况
|
||||
- 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:
|
||||
- tsg-olap-data-initialization-$CI_COMMIT_TAG.tar.gz
|
||||
|
||||
Reference in New Issue
Block a user