Browse Source

update pipeline for master branch

test
parent
commit
941d847547
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      .drone.yml

+ 1
- 2
.drone.yml View File

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


Loading…
Cancel
Save