Python-Example/.automation.yml
Pils10 9659fc2419
Some checks reported errors
continuous-integration/drone/push Build was killed
.automation.yml aktualisiert
2024-09-18 22:25:19 +00:00

10 lines
No EOL
140 B
YAML

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