Update .gitlab-ci.yml

This commit is contained in:
窦凤虎
2024-11-07 13:20:37 +00:00
parent a6ce2e99a8
commit 6852a8b25c

View File

@@ -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: