Upgrade build to Alpine 3.10.
This commit is contained in:
parent
340bd72176
commit
cf4c6c274d
1 changed files with 6 additions and 6 deletions
12
.drone.yml
12
.drone.yml
|
@ -1,30 +1,30 @@
|
||||||
---
|
---
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
name: python-3-5-alpine-3-9
|
name: python-3-5-alpine-3-10
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: build
|
- name: build
|
||||||
image: python:3.5-alpine3.9
|
image: python:3.5-alpine3.10
|
||||||
pull: always
|
pull: always
|
||||||
commands:
|
commands:
|
||||||
- scripts/run-tests
|
- scripts/run-tests
|
||||||
---
|
---
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
name: python-3-6-alpine-3-9
|
name: python-3-6-alpine-3-10
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: build
|
- name: build
|
||||||
image: python:3.6-alpine3.9
|
image: python:3.6-alpine3.10
|
||||||
pull: always
|
pull: always
|
||||||
commands:
|
commands:
|
||||||
- scripts/run-tests
|
- scripts/run-tests
|
||||||
---
|
---
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
name: python-3-7-alpine-3-9
|
name: python-3-7-alpine-3-10
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: build
|
- name: build
|
||||||
image: python:3.7-alpine3.9
|
image: python:3.7-alpine3.10
|
||||||
pull: always
|
pull: always
|
||||||
commands:
|
commands:
|
||||||
- scripts/run-tests
|
- scripts/run-tests
|
||||||
|
|
Loading…
Reference in a new issue