c3749daf48
Tests / test-linux (3.13) (push) Failing after 0s
Tests / test-linux (3.11) (push) Failing after 1s
Tests / lint (push) Failing after 0s
Tests / test-linux (3.9) (push) Failing after 1s
Docker / build (push) Failing after 1s
Docker / build-gpu (push) Failing after 2s
Tests / test-windows (push) Has been cancelled
Tests / test-macos (push) Has been cancelled
22 lines
436 B
JSON
22 lines
436 B
JSON
{
|
|
"mempalace-save": {
|
|
"Stop": [
|
|
{
|
|
"type": "command",
|
|
"command": "/ABSOLUTE/PATH/TO/mempalace/hooks/antigravity/mempal_save_hook_antigravity.sh",
|
|
"timeout": 30
|
|
}
|
|
]
|
|
},
|
|
|
|
"mempalace-wake": {
|
|
"PreInvocation": [
|
|
{
|
|
"type": "command",
|
|
"command": "/ABSOLUTE/PATH/TO/mempalace/hooks/antigravity/mempal_wake_hook_antigravity.sh",
|
|
"timeout": 5
|
|
}
|
|
]
|
|
}
|
|
}
|