From 941d84754722ffd63a06c15abc5c19f395db44c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=AB=98=E7=BA=A7=E4=BA=91=E8=84=91=E7=A0=94=E5=8F=91?= =?UTF-8?q?=E5=B7=A5=E7=A8=8B=E5=B8=88?= <153692773@qq.com> Date: Fri, 10 Mar 2023 11:41:30 +0800 Subject: [PATCH] update pipeline for master branch --- .drone.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 02d511c..c6022fb 100644 --- a/.drone.yml +++ b/.drone.yml @@ -10,14 +10,13 @@ volumes: - name: cache host: path: /tmp/cache - steps: - name: build image: python:3 commands: - echo **start** - pip install -r requirements.txt - + - name: test image: python:3 commands: