From b330d619ce4f0495322e8e0e58b6111927b8f95a Mon Sep 17 00:00:00 2001 From: wangwei2 <153692772@qq.com> Date: Fri, 3 Mar 2023 10:12:51 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'.drone.yml'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.drone.yml b/.drone.yml index f38c241..30ca56a 100644 --- a/.drone.yml +++ b/.drone.yml @@ -17,11 +17,9 @@ steps: commands: - echo **start** - pip install -r requirements.txt - -- name: test - image: python:3 - commands: - - pip install xlwt +# - name: test +# image: python:3 +# commands: - python run_excel_re.py - ls -lR test_Report - cp -r test_Report/* /tmp/cache