Skip to content
Snippets Groups Projects
Commit 469ebece authored by Pierre Smeyers's avatar Pierre Smeyers
Browse files

fix: remove useless apt commands

parent 8c3419f5
Branches
Tags
No related merge requests found
...@@ -1286,8 +1286,6 @@ py-release: ...@@ -1286,8 +1286,6 @@ py-release:
# install git and OpenSSH # install git and OpenSSH
- maybe_install_packages git openssh-client - maybe_install_packages git openssh-client
script: script:
- apt-get update
- apt-get install -y git openssh-client
- git config --global user.email "$GITLAB_USER_EMAIL" - git config --global user.email "$GITLAB_USER_EMAIL"
- git config --global user.name "$GITLAB_USER_LOGIN" - git config --global user.name "$GITLAB_USER_LOGIN"
- git checkout -B $CI_COMMIT_REF_NAME - git checkout -B $CI_COMMIT_REF_NAME
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment