diff options
| author | doufenghu <[email protected]> | 2024-11-07 22:00:25 +0800 |
|---|---|---|
| committer | doufenghu <[email protected]> | 2024-11-07 22:00:25 +0800 |
| commit | 83f0e7df6e6f2e1a7363af234cde14ecc2833b7f (patch) | |
| tree | 41a3b2890712d129ef4386ab9a4d77694e3e7210 | |
| parent | 2119467118372d758d2369862eb39287f5fda1c6 (diff) | |
| parent | 2fc275714d408163d455bcc15d7b17ac4b5a1825 (diff) | |
Merge remote-tracking branch 'origin/main' into main
| -rw-r--r-- | .gitlab-ci.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 87171b7..7952d67 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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 |
