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:
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

Loading…
Cancel
Save