From 2268535d28ea9655bde6f33b101b7496f5774272 Mon Sep 17 00:00:00 2001 From: liuyq-617 Date: Thu, 6 May 2021 15:58:36 +0800 Subject: [PATCH] test --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 5ecc78490c..22ef72f80d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -27,7 +27,7 @@ steps: - pip3 install psutil - pip3 install guppy3 - pip3 install src/connector/python/linux/python3/ - - mkdir sim/tsim + - mkdir -p /drone/src/sim/tsim - cd tests - ./test-all.sh smoke when: -- GitLab