From 9ae6a10c07317ce2a04d70dfc6676d87e76d3fb1 Mon Sep 17 00:00:00 2001 From: wangwei2 <153692772@qq.com> Date: Tue, 28 Feb 2023 17:40:04 +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 | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.drone.yml b/.drone.yml index 326a481..f7945cd 100644 --- a/.drone.yml +++ b/.drone.yml @@ -4,16 +4,16 @@ name: first platform: os: linux arch: arm64 + steps: - -- name: pip - image: python:3 - commands: - - pip install -r requirements.txt - - pytest + - name: pip + image: python:3 + commands: + - pip install -r requirements.txt + - pytest trigger: branch: - - master + - master event: - - push + - push