We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb816a0 commit 4422e1cCopy full SHA for 4422e1c
assets/build/install.sh
@@ -137,14 +137,6 @@ rm -rf ${GITLAB_GITALY_BUILD_DIR}
137
# remove go
138
rm -rf ${GITLAB_BUILD_DIR}/go${GOLANG_VERSION}.linux-amd64.tar.gz ${GOROOT}
139
140
-# Fix for rebase in forks
141
-echo "Linking $(command -v gitaly-ssh) to /"
142
-ln -s "$(command -v gitaly-ssh)" /
143
-
144
-# Fix for gitaly-hooks
145
-echo "Linking $(command -v gitaly-hooks) to /"
146
-ln -s "$(command -v gitaly-hooks)" /
147
148
# remove HSTS config from the default headers, we configure it in nginx
149
exec_as_git sed -i "/headers\['Strict-Transport-Security'\]/d" ${GITLAB_INSTALL_DIR}/app/controllers/application_controller.rb
150
0 commit comments