Skip to content
Snippets Groups Projects
Commit 99db31fe authored by Cédric Moreau's avatar Cédric Moreau
Browse files

Fix: exclude tar file from compression

parent ef798947
No related branches found
No related tags found
No related merge requests found
...@@ -20,7 +20,7 @@ after_script: ...@@ -20,7 +20,7 @@ after_script:
- mv node-${NVER}-linux-x64 node - mv node-${NVER}-linux-x64 node
# Clean testing packages # Clean testing packages
- npm prune --production - npm prune --production
- tar czf ucoin.tar.gz ./ --exclude ".git" --exclude "coverage" --exclude "test" --exclude "share" - tar czf ucoin.tar.gz ./ --exclude ".git" --exclude "coverage" --exclude "test" --exclude "share" --exclude "ucoin.tar.gz"
# Releases deployed on GitHub # Releases deployed on GitHub
deploy: deploy:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment