mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 06:50:54 +07:00
[jewel] Disable pre-push hook in Jewel project
(cherry picked from commit 2160c8c884883175298754333ce98b1ed8be80d8) (cherry picked from commit bd7f44480aa7e39262634d44f6b840e0e4e7b238) IJ-MR-155570 GitOrigin-RevId: 01e9c02188af2acc625233c9bddbc905941e1f3f
This commit is contained in:
committed by
intellij-monorepo-bot
parent
18de4b6607
commit
8fc93f5220
@@ -86,6 +86,8 @@ lazy(LazyThreadSafetyMode.NONE) {
|
||||
|
||||
val shebang = if (isWindows) "" else "#!/bin/sh"
|
||||
|
||||
/*
|
||||
// This is broken on Windows, please do not enable it again until it is fixed.
|
||||
gitHooks {
|
||||
hook("pre-push") {
|
||||
from(shebang) {
|
||||
@@ -105,4 +107,4 @@ gitHooks {
|
||||
}
|
||||
|
||||
createHooks(overwriteExisting = true)
|
||||
}
|
||||
}*/
|
||||
|
||||
Reference in New Issue
Block a user