Compare commits

..

No commits in common. "3a1c5de83a911aea64bebbe78056c927c3376d3d" and "4f527c45fa670a7549599be0d3b61ccceb922c0f" have entirely different histories.

View File

@ -5,5 +5,4 @@ def test_always_pass():
def test_drone_env(): def test_drone_env():
import os import os
print("test_drone_env")
assert 'DRONE' in os.environ # 验证是否在 Drone 环境中运行 assert 'DRONE' in os.environ # 验证是否在 Drone 环境中运行