ray-project--ray
8 行
67 B
Bash
可执行文件
8 行
67 B
Bash
可执行文件
#!/bin/bash
|
|
|
|
set -euo pipefail
|
|
|
|
echo "Pre-hook test error"
|
|
|
|
exit 1
|