From 469ebece1e05b4748c3bd4e2ff793b058ea57bbf Mon Sep 17 00:00:00 2001 From: Pierre Smeyers <pierre.smeyers@gmail.com> Date: Sat, 18 May 2024 00:07:51 +0200 Subject: [PATCH] fix: remove useless apt commands --- templates/gitlab-ci-python.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/templates/gitlab-ci-python.yml b/templates/gitlab-ci-python.yml index fb2fbee..dce54ff 100644 --- a/templates/gitlab-ci-python.yml +++ b/templates/gitlab-ci-python.yml @@ -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 -- GitLab