chore: quiet zip

This commit is contained in:
Gregor Kleen 2020-01-07 14:32:05 +01:00
parent c0b2832622
commit fd7700afd9

View File

@ -38,7 +38,7 @@ npm install:
- install -v -T -m 0644 ${SSH_KNOWN_HOSTS} ~/.ssh/known_hosts
- install -v -T -m 0400 ${SSH_DEPLOY_KEY} ~/.ssh/deploy && echo "IdentityFile ~/.ssh/deploy" >> ~/.ssh/config;
after_script:
- zip -r node_modules.zip node_modules
- zip -qr node_modules.zip node_modules
- du -h node_modules node_modules.zip
artifacts:
paths: