Compare commits
1 Commits
master
...
908444cb9d
| Author | SHA1 | Date | |
|---|---|---|---|
|
908444cb9d
|
14
.drone.yml
Normal file
14
.drone.yml
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
kind: pipeline
|
||||||
|
type: docker
|
||||||
|
name: test
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: test-python-3.8
|
||||||
|
image: python:3.8-slim
|
||||||
|
commands:
|
||||||
|
- python test.py
|
||||||
|
|
||||||
|
- name: test-python-3.9
|
||||||
|
image: python:3.9-slim
|
||||||
|
commands:
|
||||||
|
- python test.py
|
||||||
Reference in New Issue
Block a user