From fcd5ba0ad888e0649cf82e47c27ac4e3fa0b37b4 Mon Sep 17 00:00:00 2001 From: wangwei2 <153692772@qq.com> Date: Tue, 28 Feb 2023 17:21:42 +0800 Subject: [PATCH] update pipeline for master branch --- .drone.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.drone.yml b/.drone.yml index adcd795..e6bce15 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,17 +1,15 @@ - kind: pipeline type: docker -name: 1 +name: first platform: os: linux arch: arm64 steps: - name: 编译构建 - image: 3.10-alpine + image: python:3 commands: - - echo ****hhh**** - - pip install -r requirements.txt + - echo hello trigger: branch: