Commit 469ebece authored by Pierre Smeyers's avatar Pierre Smeyers
Browse files

fix: remove useless apt commands

parent 8c3419f5
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -1286,8 +1286,6 @@ py-release:
    # install git and OpenSSH
    - maybe_install_packages git openssh-client
  script:
    - apt-get update
    - apt-get install -y git openssh-client
    - git config --global user.email "$GITLAB_USER_EMAIL"
    - git config --global user.name "$GITLAB_USER_LOGIN"
    - git checkout -B $CI_COMMIT_REF_NAME