Browse Source

更新 '.drone.yml'

test
wangwei2 2 years ago
parent
commit
9ae6a10c07
1 changed files with 8 additions and 8 deletions
  1. +8
    -8
      .drone.yml

+ 8
- 8
.drone.yml View File

@@ -4,16 +4,16 @@ name: first
platform: platform:
os: linux os: linux
arch: arm64 arch: arm64
steps: 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: trigger:
branch: branch:
- master
- master
event: event:
- push
- push

Loading…
Cancel
Save