forked from jk_yinzy/cicd-test
修改python文件1
This commit is contained in:
parent
519870b25b
commit
3789fd200c
@ -7,3 +7,6 @@ def test_drone_env():
|
|||||||
import os
|
import os
|
||||||
print("test_drone_env")
|
print("test_drone_env")
|
||||||
assert 'DRONE' in os.environ # 验证是否在 Drone 环境中运行
|
assert 'DRONE' in os.environ # 验证是否在 Drone 环境中运行
|
||||||
|
|
||||||
|
def test_1():
|
||||||
|
print("本地开发分支提交")
|
||||||
Loading…
x
Reference in New Issue
Block a user