Upgrade Drone build file format from 0.8 to 1.x. #187

Merged
witten merged 10 commits from upgrade-drone into master 2019-05-21 02:21:46 +00:00
1 changed files with 4 additions and 4 deletions
Showing only changes of commit d47f1bff4d - Show all commits

View File

@ -7,7 +7,7 @@ steps:
image: python:3.5-alpine3.9
pull: always
commands:
- scripts/run-tests
- ./scripts/run-tests
---
kind: pipeline
name: python-3-6-alpine-3-9
@ -17,7 +17,7 @@ steps:
image: python:3.6-alpine3.9
pull: always
commands:
- scripts/run-tests
- ./scripts/run-tests
---
kind: pipeline
name: python-3-7-alpine-3-9
@ -27,7 +27,7 @@ steps:
image: python:3.7-alpine3.9
pull: always
commands:
- scripts/run-tests
- ./scripts/run-tests
---
kind: pipeline
name: python-3-7-alpine-3-7
@ -37,4 +37,4 @@ steps:
image: python:3.7-alpine3.7
pull: always
commands:
- scripts/run-tests
- ./scripts/run-tests