Julien Fastré
76ebbd5eb3
All checks were successful
continuous-integration/drone/push Build is passing
10 lines
114 B
YAML
10 lines
114 B
YAML
---
|
|
kind: pipeline
|
|
name: default
|
|
|
|
steps:
|
|
- name: test
|
|
image: python:3
|
|
commands:
|
|
- python3 test.py
|