mirror of
https://github.com/sameersbn/docker-gitlab.git
synced 2025-12-08 17:36:24 +00:00
remove "Fix for rebase in forks"
This commit is contained in:
parent
fb816a082c
commit
4422e1c4a0
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user