From 7c7312c65a2500480d8919ef4bcf3b1e9993bc43 Mon Sep 17 00:00:00 2001 From: Olivier Le Monnier <olivier.lemonnier@unicaen.fr> Date: Fri, 27 Apr 2018 11:37:08 +0200 Subject: [PATCH] Rendre 'apt install' moins verbeux --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4b4af0c..47e130c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,7 +5,7 @@ repo-update: stage: update-repo-directory script: - http_proxy=http://10.14.128.99:3128 apt -qq update - - http_proxy=http://10.14.128.99:3128 apt -q -y install openssh-client + - http_proxy=http://10.14.128.99:3128 apt -qq -y install openssh-client - eval $(ssh-agent -s) - echo "$SSH_PRIVATE_KEY" | tr -d '\r' | ssh-add - > /dev/null - mkdir -p ~/.ssh -- GitLab