Loading templates/gitlab-ci-python.yml +0 −2 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
templates/gitlab-ci-python.yml +0 −2 Original line number Diff line number Diff line Loading @@ -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 Loading