diff options
| author | doufenghu <[email protected]> | 2024-11-07 21:07:27 +0800 |
|---|---|---|
| committer | doufenghu <[email protected]> | 2024-11-07 21:07:27 +0800 |
| commit | 8561a8a3aab87f9c301137ba174f0b04e4f98aed (patch) | |
| tree | 50e2cf904c4f0c3a32159430899aac09220ebc31 | |
| parent | 02ecde7ee872960f78ddc0658ffbe3915eed3a31 (diff) | |
add all files
| -rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3f4ea26..3ed2083 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -12,7 +12,7 @@ build: stage: build script: - echo "Building the project..." - - tar -czvf tsg-olap-data-initialization-$VERSION.tar.gz --exclude='*.log' --exclude='.gitlab-ci.yml' --exclude='.idea' --exclude='.git' ./ + - tar -czvf tsg-olap-data-initialization-$VERSION.tar.gz ./ - ls -lah artifacts: paths: |
