From 4422e1c4a04d814cdff611a80d23ea62aa172429 Mon Sep 17 00:00:00 2001 From: Sameer Naik Date: Wed, 6 May 2020 10:05:01 +0530 Subject: [PATCH] remove "Fix for rebase in forks" --- assets/build/install.sh | 8 -------- 1 file changed, 8 deletions(-) diff --git a/assets/build/install.sh b/assets/build/install.sh index 5acb8ffe..4f94863d 100755 --- a/assets/build/install.sh +++ b/assets/build/install.sh @@ -137,14 +137,6 @@ rm -rf ${GITLAB_GITALY_BUILD_DIR} # remove go rm -rf ${GITLAB_BUILD_DIR}/go${GOLANG_VERSION}.linux-amd64.tar.gz ${GOROOT} -# Fix for rebase in forks -echo "Linking $(command -v gitaly-ssh) to /" -ln -s "$(command -v gitaly-ssh)" / - -# Fix for gitaly-hooks -echo "Linking $(command -v gitaly-hooks) to /" -ln -s "$(command -v gitaly-hooks)" / - # remove HSTS config from the default headers, we configure it in nginx exec_as_git sed -i "/headers\['Strict-Transport-Security'\]/d" ${GITLAB_INSTALL_DIR}/app/controllers/application_controller.rb