From fd7700afd9435da8c41edf01235902e69550b9f2 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Tue, 7 Jan 2020 14:32:05 +0100 Subject: [PATCH] chore: quiet zip --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b24f0454d..8ca829a63 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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: