From 50f1897ba47f40eb662d5d5d83d008ef111aac65 Mon Sep 17 00:00:00 2001 From: wangwei2 <153692772@qq.com> Date: Wed, 1 Mar 2023 10:08:16 +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, 5 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index d95d2ab..c2d287a 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,14 +1,16 @@ kind: pipeline type: docker name: first -#platform: -# os: linux -# arch: arm64 + +platform: + os: linux + arch: arm64 steps: - name: pip image: python:3 commands: + - echo **start** - pip install -r requirements.txt - python run_excel_re.py - ls -lR test_Report