diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4b4af0cc38898cfb23610fe0a04015a458a45874..47e130ce84cbdaeb7d094dd04ae2adcfa0d362d1 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