Skip to content
Snippets Groups Projects
Commit 7c7312c6 authored by Olivier Le Monnier's avatar Olivier Le Monnier
Browse files

Rendre 'apt install' moins verbeux

parent af053f66
Branches
Tags
No related merge requests found
Pipeline #3784 passed
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment