reinit
This commit is contained in:
@@ -1,16 +0,0 @@
|
||||
#!/bin/bash
|
||||
|
||||
# 生成 proto 代码的脚本 - 本地已有代码直接编译版本
|
||||
|
||||
# 定义颜色
|
||||
GREEN="\033[0;32m"
|
||||
YELLOW="\033[1;33m"
|
||||
RED="\033[0;31m"
|
||||
NC="\033[0m" # No Color
|
||||
|
||||
echo -e "${GREEN}Starting proto compilation...${NC}"
|
||||
|
||||
echo -e "${YELLOW}Skipping proto compilation as per configuration...${NC}"
|
||||
echo -e "${YELLOW}Using existing proto code if available...${NC}"
|
||||
|
||||
echo -e "${GREEN}Proto compilation step completed!${NC}"
|
||||
Reference in New Issue
Block a user