1
0
forked from jk_yinzy/cicd-test

修改python文件1

This commit is contained in:
kale 2025-12-05 02:54:23 -05:00
parent 155d5d4dae
commit 3c313dd515

View File

@ -6,4 +6,7 @@ def test_always_pass():
def test_drone_env():
import os
print("test_drone_env")
assert 'DRONE' in os.environ # 验证是否在 Drone 环境中运行
assert 'DRONE' in os.environ # 验证是否在 Drone 环境中运行
def test_1():
print("本地开发分支提交")