From 15edd0da3da5875159d0a69610c5b3b61ed544b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=AB=98=E7=BA=A7=E4=BA=91=E8=84=91=E7=A0=94=E5=8F=91?= =?UTF-8?q?=E5=B7=A5=E7=A8=8B=E5=B8=88?= <153692773@qq.com> Date: Fri, 10 Mar 2023 11:29:59 +0800 Subject: [PATCH] update pipeline for master branch --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 233873f..02d511c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -10,8 +10,8 @@ volumes: - name: cache host: path: /tmp/cache + steps: - - name: build image: python:3 commands: @@ -23,7 +23,7 @@ steps: commands: - pip install -r requirements.txt - python run_excel_re.py - - ls -lR test_Report + - ls -lR test_Report - cp -r test_Report/* /tmp/cache volumes: - name: cache