collective deletion of packages

This commit is contained in:
Steven Achilles 2022-05-03 19:14:18 +02:00
parent a02abdce2d
commit 889d9c36bf

View File

@ -150,7 +150,6 @@ chown -R ${GITLAB_USER}: ${GITLAB_GITALY_INSTALL_DIR}
# install git bundled with gitaly.
make -C ${GITLAB_GITALY_BUILD_DIR} git GIT_PREFIX=/usr/local
apt remove -y git-core
# clean up
rm -rf ${GITLAB_GITALY_BUILD_DIR}