Update .gitlab-ci.yml
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user