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 - name: cache
host: host:
path: /tmp/cache path: /tmp/cache
steps: steps:
- name: build - name: build
image: python:3 image: python:3
commands: commands:
- echo **start** - echo **start**
- pip install -r requirements.txt - pip install -r requirements.txt
- name: test - name: test
image: python:3 image: python:3
commands: commands:


Loading…
Cancel
Save