diff options
| author | 窦凤虎 <[email protected]> | 2024-11-07 12:59:54 +0000 |
|---|---|---|
| committer | 窦凤虎 <[email protected]> | 2024-11-07 12:59:54 +0000 |
| commit | 02ecde7ee872960f78ddc0658ffbe3915eed3a31 (patch) | |
| tree | 4a88a77164e92d1b2029a406e88deeb804fc1b53 | |
| parent | ece4d13e745d0840fb92fd46f2a35d93c6fe08e5 (diff) | |
Update .gitlab-ci.yml
| -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 6a5b124..3f4ea26 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' ./ + - tar -czvf tsg-olap-data-initialization-$VERSION.tar.gz --exclude='*.log' --exclude='.gitlab-ci.yml' --exclude='.idea' --exclude='.git' ./ - ls -lah artifacts: paths: |
