https://github.com/ray-project/ray
Raw File
Tip revision: 3a09c82fbfce8f00533234844729e6d99fb0f24c authored by Edward Oakes on 07 June 2021, 18:30:31 UTC
fix serve start namespace issue and add test (#16291)
Tip revision: 3a09c82
setup_hooks.sh
#!/bin/bash
chmod +x "$PWD"/scripts/pre-push
ln -s "$PWD"/scripts/pre-push "$PWD"/.git/hooks/pre-push
back to top