From 6bba155857aa8d902b6fd2ae72eb56674d649f89 Mon Sep 17 00:00:00 2001 From: liuyq-617 Date: Thu, 6 May 2021 15:23:25 +0800 Subject: [PATCH] test --- .drone.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index ae536ac2c7..5ecc78490c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -24,11 +24,10 @@ steps: - name: smoke_test image: python:3.8 commands: - - apt-get update - - apt-get install -y cmake build-essential gcc - pip3 install psutil - pip3 install guppy3 - pip3 install src/connector/python/linux/python3/ + - mkdir sim/tsim - cd tests - ./test-all.sh smoke when: -- GitLab