diff --git a/assets/build/install.sh b/assets/build/install.sh index 8eb9ecad..bcca8cdd 100755 --- a/assets/build/install.sh +++ b/assets/build/install.sh @@ -62,6 +62,8 @@ EOF exec_as_git git config --global core.autocrlf input exec_as_git git config --global gc.auto 0 exec_as_git git config --global repack.writeBitmaps true +exec_as_git git config --global receive.advertisePushOptions true + # shallow clone gitlab-ce echo "Cloning gitlab-ce v.${GITLAB_VERSION}..."