Skip to content

Commit 4422e1c

Browse files
committed
remove "Fix for rebase in forks"
1 parent fb816a0 commit 4422e1c

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

assets/build/install.sh

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -137,14 +137,6 @@ rm -rf ${GITLAB_GITALY_BUILD_DIR}
137137
# remove go
138138
rm -rf ${GITLAB_BUILD_DIR}/go${GOLANG_VERSION}.linux-amd64.tar.gz ${GOROOT}
139139

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-
148140
# remove HSTS config from the default headers, we configure it in nginx
149141
exec_as_git sed -i "/headers\['Strict-Transport-Security'\]/d" ${GITLAB_INSTALL_DIR}/app/controllers/application_controller.rb
150142

0 commit comments

Comments
 (0)