From a7d0cd6fa51bde8f878af8e0166a146d90c1402c Mon Sep 17 00:00:00 2001 From: wangwei2 <153692772@qq.com> Date: Fri, 3 Mar 2023 10:54:05 +0800 Subject: [PATCH] update pipeline for master branch --- .drone.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index 30ca56a..ff587d8 100644 --- a/.drone.yml +++ b/.drone.yml @@ -17,9 +17,11 @@ steps: commands: - echo **start** - pip install -r requirements.txt -# - name: test -# image: python:3 -# commands: + +- name: test + image: python:3 + commands: + - pip install -r requirements.txt - python run_excel_re.py - ls -lR test_Report - cp -r test_Report/* /tmp/cache