diff options
| author | 窦凤虎 <[email protected]> | 2024-11-07 13:20:37 +0000 |
|---|---|---|
| committer | 窦凤虎 <[email protected]> | 2024-11-07 13:20:37 +0000 |
| commit | 6852a8b25ccd7c42703c8e625decaa3dfcbbc297 (patch) | |
| tree | 1e28ab18ac6c394742d3d0a9314b1a7b7a8e671b | |
| parent | a6ce2e99a880ec9d6cf34dd73e2082300d05d471 (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 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: |
