Compare commits
3 Commits
4f527c45fa
...
3a1c5de83a
| Author | SHA1 | Date | |
|---|---|---|---|
| 3a1c5de83a | |||
| f3d67b4b2d | |||
| 955465a7e3 |
@ -5,4 +5,5 @@ 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 环境中运行
|
||||||
Loading…
x
Reference in New Issue
Block a user