git-dev分支push触发jenkins, 自动对相应的微服务进行构建
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
155 B

import re, os
from log_conf import logger
2 years ago
2 years ago
users = set()
# users.add('x')
2 years ago
2 years ago
if users:
print('1')
else:
print('0')
本次没有服务可以发布