summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author窦凤虎 <[email protected]>2024-11-07 13:20:37 +0000
committer窦凤虎 <[email protected]>2024-11-07 13:20:37 +0000
commit6852a8b25ccd7c42703c8e625decaa3dfcbbc297 (patch)
tree1e28ab18ac6c394742d3d0a9314b1a7b7a8e671b
parenta6ce2e99a880ec9d6cf34dd73e2082300d05d471 (diff)
Update .gitlab-ci.yml
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c512812..faf7b99 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='.git/*' --exclude='.idea/*' --exclude='.gitlab-ci.yml' --exclude='*.iml' --exclude='*.log' --exclude='*.tmp' --exclude='*.tmp.*' --exclude='*.swp' --exclude='*.swp.*' --exclude='*.swo' --exclude='.DS_Store' /*
+ - tar -czvf tsg-olap-data-initialization-$VERSION.tar.gz --exclude='.git/*' --exclude='.idea/*' --exclude='.gitlab-ci.yml' --exclude='*.iml' --exclude='*.log' --exclude='*.tmp' --exclude='*.tmp.*' --exclude='*.swp' --exclude='*.swp.*' --exclude='*.swo' --exclude='.DS_Store' ./
- ls -lah
artifacts:
paths: