Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit acd51295 authored by Vincent Bourgmayer's avatar Vincent Bourgmayer
Browse files

chore: remove openssh installation from update-from-upstream job

as suggested by reviewer
parent e1a3cf39
Loading
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -147,7 +147,6 @@ create-release:
    CI_PROJECT_SSH_URL: git@gitlab.e.foundation:$CI_PROJECT_PATH
    GIT_STRATEGY: none
  before_script:
    - 'command -v ssh-agent >/dev/null || ( apt-get update -y && apt-get install openssh-client -y )'
    - eval $(ssh-agent -s)
    - echo "${SSH_E_ROBOT_PRIVATE_KEY}" | tr -d '\r' | ssh-add -
    - mkdir -p ~/.ssh