From e451534c46b8c1118b293ebcad2ed715e47b34b5 Mon Sep 17 00:00:00 2001 From: wangwei2 <153692772@qq.com> Date: Tue, 28 Feb 2023 16:50:07 +0800 Subject: [PATCH] update pipeline for master branch --- .drone.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .drone.yml diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..7b0ad92 --- /dev/null +++ b/.drone.yml @@ -0,0 +1,20 @@ + +kind: pipeline +type: docker +name: 1 +platform: + os: linux + arch: amd64 +steps: + +- name: 编译构建 + image: python + commands: + - echo ****hhh**** + - pip install -r requirements.txt + +trigger: + branch: + - master + event: + - push