Python-Example/.automation.yml
Pils10 e28e8e11ea
Some checks reported errors
continuous-integration/drone/push Build was killed
.automation.yml aktualisiert
2024-09-18 22:21:45 +00:00

10 lines
No EOL
134 B
YAML

kind: pipeline
type: docker
name: default
steps:
- name: greeting
image: python:3.11-slim
commands:
- echo hello
- echo world