From cc65e7387a0435f1b8729fcb7dcc62d7749fd53f Mon Sep 17 00:00:00 2001 From: wangwei2 <153692772@qq.com> Date: Fri, 3 Mar 2023 09:51:00 +0800 Subject: [PATCH] update pipeline for master branch --- .drone.yml | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/.drone.yml b/.drone.yml index b6b22e7..e81f1f3 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,22 +1,22 @@ + kind: pipeline type: docker -name: first - -# platform: -# os: linux -# arch: arm64 - +name: 1 +platform: + os: linux + arch: amd64 steps: - - name: pip - image: python:3 - commands: - - echo **start** - - pip install -r requirements.txt - - python run_excel_re.py - - ls -lR test_Report + +- name: pip + image: python:3 + commands: + - echo **start** + - pip install -r requirements.txt + - python run_excel_re.py + - ls -lR test_Report trigger: branch: - - master + - master event: - - push + - push